pub const REQUEST_CURSOR_COLOR: &[u8] = b"\x1b]12;?\x07";
Request the cursor color: exact bytes ESC ] 12 ; ? BEL (b"\x1b]12;?\x07").
ESC ] 12 ; ? BEL
b"\x1b]12;?\x07"
A compatible terminal replies asynchronously with an OSC 12 color report.