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

Method getDirtySelectionRows

lib/selection-manager.ts:353–355  ·  view source on GitHub ↗

* Get dirty selection rows that need redraw (for clearing old highlight)

()

Source from the content-addressed store, hash-verified

351 * Get dirty selection rows that need redraw (for clearing old highlight)
352 */
353 getDirtySelectionRows(): Set<number> {
354 return this.dirtySelectionRows;
355 }
356
357 /**
358 * Clear the dirty selection rows tracking (after redraw)

Callers 2

renderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected