Returns true if a full redraw is needed (e.g., screen change)
()
| 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). |
no outgoing calls
no test coverage detected