kModeSynchronizedOutput top-level constant

int const kModeSynchronizedOutput

DEC 2026 synchronized output (CSI ?2026h / ?2026l).

Library-owned synthetic bit packed into modeFlags by our Rust engine — alacritty_terminal parses SyncUpdate but does not expose a TermMode flag.

Implementation

const int kModeSynchronizedOutput = 1 << 23;