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

Method needsFullRedraw

lib/renderer.ts:25–25  ·  view source on GitHub ↗

Returns true if a full redraw is needed (e.g., screen change)

()

Source from the content-addressed store, hash-verified

23 isRowDirty(y: number): boolean;
24 /** Returns true if a full redraw is needed (e.g., screen change) */
25 needsFullRedraw?(): boolean;
26 clearDirty(): void;
27 /**
28 * Get the full grapheme string for a cell at (row, col).

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