Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coder/ghostty-web
/ getCell
Method
getCell
lib/types.ts:661–661 ·
view source on GitHub ↗
Get cell at position
(x: number)
Source
from the content-addressed store, hash-verified
659
660
/** Get cell at position */
661
getCell(x: number): IBufferCell;
662
663
/** Get text content of the line */
664
translateToString(trimRight?: boolean, startColumn?: number, endColumn?: number): string;
Callers
3
getLinkAt
Method · 0.65
cacheLink
Method · 0.65
buffer.test.ts
File · 0.65
Implementers
1
BufferLine
lib/buffer.ts
Calls
no outgoing calls
Tested by
no test coverage detected