MCPcopy
hub / github.com/xtermjs/xterm.js / scrollToTop

Method scrollToTop

src/browser/CoreBrowserTerminal.ts:891–893  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

889 }
890
891 public scrollToTop(): void {
892 this.scrollLines(-this._bufferService.buffer.ydisp);
893 }
894
895 public scrollToBottom(disableSmoothScroll?: boolean): void {
896 if (disableSmoothScroll && this._viewport) {

Callers

nothing calls this directly

Calls 1

scrollLinesMethod · 0.95

Tested by

no test coverage detected