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

Method scrollLines

src/server/web/public/terminal.js:646–649  ·  view source on GitHub ↗
(e3, t3, i3 = 0)

Source from the content-addressed store, hash-verified

644 this.coreService.isCursorInitialized || (this.coreService.isCursorInitialized = true, this.refresh(this.buffer.y, this.buffer.y));
645 }
646 scrollLines(e3, t3, i3 = 0) {
647 var _a;
648 1 === i3 ? (super.scrollLines(e3, t3, i3), this.refresh(0, this.rows - 1)) : (_a = this.viewport) == null ? void 0 : _a.scrollLines(e3);
649 }
650 paste(e3) {
651 (0, s2.paste)(e3, this.textarea, this.coreService, this.optionsService);
652 }

Callers 2

openMethod · 0.95
_keyDownMethod · 0.95

Calls 2

refreshMethod · 0.95
scrollLinesMethod · 0.45

Tested by

no test coverage detected