GhosttyRow typedef
GhosttyRow = Uint64
Opaque row value.
Represents a single terminal row. The internal layout is opaque and must be queried via ghostty_row_get(). Obtain row values from terminal query APIs.
@ingroup screen
Implementation
typedef GhosttyRow = ffi.Uint64;