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

Method scrollToLine

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

Source from the content-addressed store, hash-verified

2607 this.scrollLines(this._bufferService.buffer.ybase - this._bufferService.buffer.ydisp);
2608 }
2609 scrollToLine(e3) {
2610 const t3 = e3 - this._bufferService.buffer.ydisp;
2611 0 !== t3 && this.scrollLines(t3);
2612 }
2613 registerEscHandler(e3, t3) {
2614 return this._inputHandler.registerEscHandler(e3, t3);
2615 }

Callers 1

scrollToLineMethod · 0.45

Calls 1

scrollLinesMethod · 0.95

Tested by

no test coverage detected