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

Method getScrollbackLine

lib/renderer.ts:36–36  ·  view source on GitHub ↗
(offset: number)

Source from the content-addressed store, hash-verified

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

Callers 5

getScrollbackLineMethod · 0.65
processMouseMoveMethod · 0.65
getLineMethod · 0.65
renderMethod · 0.65
getSelectionMethod · 0.65

Implementers 2

Terminallib/terminal.ts
GhosttyTerminallib/ghostty.ts

Calls

no outgoing calls

Tested by

no test coverage detected