Skip to main content

LIVE_STREAM_ROWS

Constant LIVE_STREAM_ROWS 

Source
pub const LIVE_STREAM_ROWS: u16 = 8;
Expand description

Rows reserved for the live-stream pane when visible. Eight rows = one header + seven event rows, comfortable on an 80×24 terminal without starving the conversation pane. Kept here rather than on the widget so the layout math is the single source of truth.