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

Method killLineForward

src/frontend/pty.ts:39–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37 public static deletePrevChar() { return ACTIONS.cursorBack() + ACTIONS.deleteChar(); }
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}

Callers 3

killLineMethod · 0.80
handleOtherCharsMethod · 0.80
killLineFromCursorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected