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

Interface SelectionCoordinates

lib/selection-manager.ts:24–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22// ============================================================================
23
24export interface SelectionCoordinates {
25 startCol: number;
26 startRow: number;
27 endCol: number;
28 endRow: number;
29}
30
31// ============================================================================
32// SelectionManager Class

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…