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

Function clearLine

web-src/tests/unit/terminal_test_utils.js:51–53  ·  view source on GitHub ↗
(arg)

Source from the content-addressed store, hash-verified

49}
50
51export function clearLine(arg) {
52 return escapePrefix + arg + 'K';
53}
54
55export function clearScreen() {
56 return escapePrefix + '2J';

Callers 4

clearLineToRightFunction · 0.85
clearLineToLeftFunction · 0.85
clearFullLineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected