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

Interface IScrollbackProvider

lib/renderer.ts:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 13

getScrollbackLineMethod · 0.65
processMouseMoveMethod · 0.65
getLineMethod · 0.65
renderMethod · 0.65
getSelectionMethod · 0.65
viewportRowToAbsoluteFunction · 0.65
terminal.test.tsFile · 0.65
getScrollbackLengthMethod · 0.65
processMouseMoveMethod · 0.65
TerminalClass · 0.65
processScrollbarDragMethod · 0.65
lengthMethod · 0.65

Implementers 2

Terminallib/terminal.ts
GhosttyTerminallib/ghostty.ts

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…