pub type GhosttyCell = u64;
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