Skip to main content

REQUEST_CURSOR_COLOR

Constant REQUEST_CURSOR_COLOR 

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

Request the cursor color: exact bytes ESC ] 12 ; ? BEL (b"\x1b]12;?\x07").

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