Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coder/ghostty-web
/ getLine
Method
getLine
lib/types.ts:694–694 ·
view source on GitHub ↗
Get line at absolute buffer position
(y: number)
Source
from the content-addressed store, hash-verified
692
693
/** Get line at absolute buffer position */
694
getLine(y: number): IBufferLine;
695
}
696
697
/**
Callers
14
terminal.test.ts
File · 0.65
getLineContent
Function · 0.65
isLineEmpty
Function · 0.65
processMouseMove
Method · 0.65
getLine
Method · 0.65
getSelection
Method · 0.65
getWordAtCell
Method · 0.65
getLinkAt
Method · 0.65
cacheLink
Method · 0.65
buffer.test.ts
File · 0.65
provideLinks
Method · 0.65
provideLinks
Method · 0.65
Implementers
1
Buffer
lib/buffer.ts
Calls
no outgoing calls
Tested by
2
getLineContent
Function · 0.52
isLineEmpty
Function · 0.52