//! Scrollback buffer settings for the terminal emulator.
//!
//! Extracted from the top-level [`super::Config`] struct via `#[serde(flatten)]`.
//! All fields serialise at the top level of the YAML config file — existing
//! config files remain 100% compatible.
use ;
/// Scrollback buffer configuration.
///
/// Controls the number of lines retained in the scrollback history.