![]() |
libghostty
|
Types for referencing x/y positions in the terminal grid under different coordinate systems (active area, viewport, full screen, scrollback history).
Enumerations | |
| enum | GhosttyPointTag { GHOSTTY_POINT_TAG_ACTIVE = 0 , GHOSTTY_POINT_TAG_VIEWPORT = 1 , GHOSTTY_POINT_TAG_SCREEN = 2 , GHOSTTY_POINT_TAG_HISTORY = 3 } |
Data Structures | |
| struct | GhosttyPointCoordinate |
| union | GhosttyPointValue |
| struct | GhosttyPoint |
| enum GhosttyPointTag |
Point reference tag.
Determines which coordinate system a point uses.