pub const REQUEST_EXTENDED_CURSOR_POSITION: &[u8] = b"\x1b[?6n";
Request extended cursor position: exact bytes ESC [ ? 6 n (b"\x1b[?6n").
ESC [ ? 6 n
b"\x1b[?6n"
The terminal replies with a private cursor-position report, optionally including page.