MCPcopy Index your code
hub / github.com/codeaashu/claude-code / cursorNextLine

Method cursorNextLine

src/server/web/public/terminal.js:2887–2889  ·  view source on GitHub ↗
(e3)

Source from the content-addressed store, hash-verified

2885 return this._moveCursor(-(e3.params[0] || 1), 0), true;
2886 }
2887 cursorNextLine(e3) {
2888 return this.cursorDown(e3), this._activeBuffer.x = 0, true;
2889 }
2890 cursorPrecedingLine(e3) {
2891 return this.cursorUp(e3), this._activeBuffer.x = 0, true;
2892 }

Callers 1

constructorMethod · 0.95

Calls 1

cursorDownMethod · 0.95

Tested by

no test coverage detected