Skip to main content

Row

Type Alias Row 

Source
pub type Row = 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.