use ;
/// Mode 2026: Synchronized Output
/// When enabled, the terminal will batch all rendering commands until `disable` is called.
/// This prevents screen tearing and flickering during complex frame updates.
///
/// Ref: https://gist.github.com/christianparpart/d8a62cc4942b327ed587
;