pub const MAX_SCROLLBACK_LINES: usize = 1000;
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.