MCPcopy Create free account
hub / github.com/coder/ghostty-web / getScrollbackLength

Method getScrollbackLength

lib/renderer.ts:37–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35export interface IScrollbackProvider {
36 getScrollbackLine(offset: number): GhosttyCell[] | null;
37 getScrollbackLength(): number;
38}
39
40// ============================================================================

Callers 15

viewportRowToAbsoluteFunction · 0.65
terminal.test.tsFile · 0.65
getScrollbackLengthMethod · 0.65
processMouseMoveMethod · 0.65
TerminalClass · 0.65
processScrollbarDragMethod · 0.65
lengthMethod · 0.65
getLineMethod · 0.65
renderMethod · 0.65
scrolling.test.tsFile · 0.65
viewportRowToAbsoluteMethod · 0.65
absoluteRowToViewportMethod · 0.65

Implementers 2

Terminallib/terminal.ts
GhosttyTerminallib/ghostty.ts

Calls

no outgoing calls

Tested by 2

viewportRowToAbsoluteFunction · 0.52
viewportToAbsoluteFunction · 0.52