Skip to main content

REQUEST_FOREGROUND_COLOR

Constant REQUEST_FOREGROUND_COLOR 

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

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

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