pub const MAX_HISTORY_ENTRIES: usize = 1000;Expand description
Maximum number of submitted forms retained for history navigation. As with scrollback, a long-lived session must not retain unbounded submitted-form text, so the oldest entries are dropped past this cap.