MCPcopy Create free account
hub / github.com/Marus/cortex-debug / killLine

Method killLine

src/frontend/pty.ts:40–40  ·  view source on GitHub ↗
(n = 0)

Source from the content-addressed store, hash-verified

38 public static deleteCurrChar() { return ACTIONS.deleteChar(); }
39 public static killLineForward() { return CSI + 'K'; }
40 public static killLine(n = 0) { return ACTIONS.cursorBack(n) + ACTIONS.killLineForward(); }
41 public static killEntireLine() { return CSI + '2K'; }
42}
43

Callers 1

killEntireLineMethod · 0.80

Calls 2

cursorBackMethod · 0.80
killLineForwardMethod · 0.80

Tested by

no test coverage detected