![]() |
libghostty
|
#include <stdbool.h>#include <ghostty/vt/types.h>#include <ghostty/vt/grid_ref.h>#include <ghostty/vt/point.h>Go to the source code of this file.
Functions | |
| GHOSTTY_API void | ghostty_tracked_grid_ref_free (GhosttyTrackedGridRef ref) |
| GHOSTTY_API bool | ghostty_tracked_grid_ref_has_value (GhosttyTrackedGridRef ref) |
| GHOSTTY_API GhosttyResult | ghostty_tracked_grid_ref_point (GhosttyTrackedGridRef ref, GhosttyPointTag tag, GhosttyPointCoordinate *out_point) |
| GHOSTTY_API GhosttyResult | ghostty_tracked_grid_ref_set (GhosttyTrackedGridRef ref, GhosttyTerminal terminal, GhosttyPoint point) |
| GHOSTTY_API GhosttyResult | ghostty_tracked_grid_ref_snapshot (GhosttyTrackedGridRef ref, GhosttyGridRef *out_ref) |
Tracked terminal grid references.
Definition in file grid_ref_tracked.h.