MCPcopy Index your code
hub / github.com/bugy/script-server / clearScreen

Function clearScreen

web-src/tests/unit/terminal_test_utils.js:55–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53}
54
55export function clearScreen() {
56 return escapePrefix + '2J';
57}
58
59export function clearScreenUp() {
60 return escapePrefix + '1J';

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected