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

Method getSelectionCoords

lib/selection-manager.ts:346–348  ·  view source on GitHub ↗

* Get current selection coordinates (for rendering)

()

Source from the content-addressed store, hash-verified

344 * Get current selection coordinates (for rendering)
345 */
346 getSelectionCoords(): SelectionCoordinates | null {
347 return this.normalizeSelection();
348 }
349
350 /**
351 * Get dirty selection rows that need redraw (for clearing old highlight)

Callers 2

renderMethod · 0.80

Calls 1

normalizeSelectionMethod · 0.95

Tested by

no test coverage detected