Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
export
interface
IScrollbackProvider {
36
getScrollbackLine(offset: number): GhosttyCell[] | null;
37
getScrollbackLength(): number;
38
}
39
Callers
5
getScrollbackLine
Method · 0.65
processMouseMove
Method · 0.65
getLine
Method · 0.65
render
Method · 0.65
getSelection
Method · 0.65
Implementers
2
Terminal
lib/terminal.ts
GhosttyTerminal
lib/ghostty.ts
Calls
no outgoing calls
Tested by
no test coverage detected