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