Skip to main content

GhosttyCell

Type Alias GhosttyCell 

Source
pub type GhosttyCell = u64;
Expand description

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