Skip to main content

GhosttyRow

Type Alias GhosttyRow 

Source
pub type GhosttyRow = u64;
Expand description

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