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

Function clearScreenUp

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

Source from the content-addressed store, hash-verified

57}
58
59export function clearScreenUp() {
60 return escapePrefix + '1J';
61}
62
63export function clearScreenDown() {
64 return escapePrefix + 'J';

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected