Skip to main content

CellInfo

Type Alias CellInfo 

Source
pub type CellInfo = (u8, u8, Color, Color, Modifier);
Expand description

Cell rendering information: (symbol_index, block_index, fg_color, bg_color, modifier)

Used for .pix file serialization. Block/idx are computed on-demand from the symbol string.