Skip to main content

REQUEST_BACKGROUND_COLOR

Constant REQUEST_BACKGROUND_COLOR 

Source
pub const REQUEST_BACKGROUND_COLOR: &[u8] = b"\x1b]11;?\x07";
Expand description

Request the default background color: exact bytes ESC ] 11 ; ? BEL (b"\x1b]11;?\x07").

A compatible terminal replies asynchronously with an OSC 11 color report.