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

Method isRowDirty

lib/renderer.ts:23–23  ·  view source on GitHub ↗
(y: number)

Source from the content-addressed store, hash-verified

21 getCursor(): { x: number; y: number; visible: boolean };
22 getDimensions(): { cols: number; rows: number };
23 isRowDirty(y: number): boolean;
24 /** Returns true if a full redraw is needed (e.g., screen change) */
25 needsFullRedraw?(): boolean;
26 clearDirty(): void;

Callers 2

terminal.test.tsFile · 0.65
renderMethod · 0.65

Implementers 1

GhosttyTerminallib/ghostty.ts

Calls

no outgoing calls

Tested by

no test coverage detected