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

Method scrollLines

src/server/web/public/terminal.js:2597–2599  ·  view source on GitHub ↗
(e3, t3, i3)

Source from the content-addressed store, hash-verified

2595 this._bufferService.scroll(e3, t3);
2596 }
2597 scrollLines(e3, t3, i3) {
2598 this._bufferService.scrollLines(e3, t3, i3);
2599 }
2600 scrollPages(e3) {
2601 this.scrollLines(e3 * (this.rows - 1));
2602 }

Callers 4

scrollPagesMethod · 0.95
scrollToTopMethod · 0.95
scrollToBottomMethod · 0.95
scrollToLineMethod · 0.95

Calls 1

scrollLinesMethod · 0.45

Tested by

no test coverage detected