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

Method scroll

src/server/web/public/terminal.js:2594–2596  ·  view source on GitHub ↗
(e3, t3 = false)

Source from the content-addressed store, hash-verified

2592 isNaN(e3) || isNaN(t3) || (e3 = Math.max(e3, a.MINIMUM_COLS), t3 = Math.max(t3, a.MINIMUM_ROWS), this._bufferService.resize(e3, t3));
2593 }
2594 scroll(e3, t3 = false) {
2595 this._bufferService.scroll(e3, t3);
2596 }
2597 scrollLines(e3, t3, i3) {
2598 this._bufferService.scrollLines(e3, t3, i3);
2599 }

Callers

nothing calls this directly

Calls 1

scrollMethod · 0.45

Tested by

no test coverage detected