pub const HISTORY_CAPACITY_DEFAULT: usize = 30;Expand description
Default number of lines retained by the history buffer.
Screen-reader users rely on the last command to replay recent
output without rewinding the buffer one line at a time; 30 lines
covers most common single-screen contexts. See last_lines and
record_output.