pub const COLOR_SCHEME_MODE_REQUEST: &str = "\x1b[?996n";Expand description
Contour VT extension — query the terminal’s color-scheme mode (CSI ? 996 n).
Supported terminals answer with a color-scheme report (COLOR_SCHEME_REPORT_PREFIX).
pub const COLOR_SCHEME_MODE_REQUEST: &str = "\x1b[?996n";Contour VT extension — query the terminal’s color-scheme mode (CSI ? 996 n).
Supported terminals answer with a color-scheme report (COLOR_SCHEME_REPORT_PREFIX).