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

Method nextLine

src/server/web/public/terminal.js:3416–3418  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3414 return this._onColor.fire([{ type: 2, index: 258 }]), true;
3415 }
3416 nextLine() {
3417 return this._activeBuffer.x = 0, this.index(), true;
3418 }
3419 keypadApplicationMode() {
3420 return this._logService.debug("Serial port requested application keypad."), this._coreService.decPrivateModes.applicationKeypad = true, this._onRequestSyncScrollBar.fire(), true;
3421 }

Callers 1

constructorMethod · 0.95

Calls 1

indexMethod · 0.95

Tested by

no test coverage detected