pub type TrackedGridRef = *mut TrackedGridRefImpl;Expand description
Opaque handle to a tracked grid reference.
A tracked grid reference is owned by the caller and must be freed with ghostty_tracked_grid_ref_free(). If the terminal that created it is freed first, the handle remains valid only for tracked-grid-ref APIs: it reports no value and can still be freed.