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

Method scrollPages

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

Source from the content-addressed store, hash-verified

2598 this._bufferService.scrollLines(e3, t3, i3);
2599 }
2600 scrollPages(e3) {
2601 this.scrollLines(e3 * (this.rows - 1));
2602 }
2603 scrollToTop() {
2604 this.scrollLines(-this._bufferService.buffer.ydisp);
2605 }

Callers 1

scrollPagesMethod · 0.45

Calls 1

scrollLinesMethod · 0.95

Tested by

no test coverage detected