Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
export
interface
IScrollbackProvider {
36
getScrollbackLine(offset: number): GhosttyCell[] | null;
37
getScrollbackLength(): number;
38
}
39
40
// ============================================================================
Callers
15
viewportRowToAbsolute
Function · 0.65
terminal.test.ts
File · 0.65
getScrollbackLength
Method · 0.65
processMouseMove
Method · 0.65
Terminal
Class · 0.65
processScrollbarDrag
Method · 0.65
length
Method · 0.65
getLine
Method · 0.65
render
Method · 0.65
scrolling.test.ts
File · 0.65
viewportRowToAbsolute
Method · 0.65
absoluteRowToViewport
Method · 0.65
Implementers
2
Terminal
lib/terminal.ts
GhosttyTerminal
lib/ghostty.ts
Calls
no outgoing calls
Tested by
2
viewportRowToAbsolute
Function · 0.52
viewportToAbsolute
Function · 0.52