MCPcopy Create free account
hub / github.com/coder/ghostty-web / isRowWrapped

Method isRowWrapped

lib/ghostty.ts:604–606  ·  view source on GitHub ↗

Check if a row in the active screen is wrapped (soft-wrapped to next line)

(row: number)

Source from the content-addressed store, hash-verified

602
603 /** Check if a row in the active screen is wrapped (soft-wrapped to next line) */
604 isRowWrapped(row: number): boolean {
605 return this.exports.ghostty_terminal_is_row_wrapped(this.handle, row) !== 0;
606 }
607
608 /** Hyperlink URI not yet exposed in simplified API */
609 getHyperlinkUri(_id: number): string | null {

Callers 2

terminal.test.tsFile · 0.80
getLineMethod · 0.80

Calls 1

Tested by

no test coverage detected