MCPcopy 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.tsFile · 0.65
getLineContentFunction · 0.65
isLineEmptyFunction · 0.65
processMouseMoveMethod · 0.65
getLineMethod · 0.65
getSelectionMethod · 0.65
getWordAtCellMethod · 0.65
getLinkAtMethod · 0.65
cacheLinkMethod · 0.65
buffer.test.tsFile · 0.65
provideLinksMethod · 0.65
provideLinksMethod · 0.65

Implementers 1

Bufferlib/buffer.ts

Calls

no outgoing calls

Tested by 2

getLineContentFunction · 0.52
isLineEmptyFunction · 0.52