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

Method clearDirtySelectionRows

lib/selection-manager.ts:360–362  ·  view source on GitHub ↗

* Clear the dirty selection rows tracking (after redraw)

()

Source from the content-addressed store, hash-verified

358 * Clear the dirty selection rows tracking (after redraw)
359 */
360 clearDirtySelectionRows(): void {
361 this.dirtySelectionRows.clear();
362 }
363
364 /**
365 * Get selection change event accessor

Callers 2

renderMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected