Skip to main content

MAX_SCROLLBACK_LINES

Constant MAX_SCROLLBACK_LINES 

Source
pub const MAX_SCROLLBACK_LINES: usize = 1000;
Expand description

Maximum number of scrollback lines retained. A long-lived SSH session must not grow memory without bound, so older lines are dropped once this cap is reached.