Skip to main content

REQUEST_EXTENDED_CURSOR_POSITION

Constant REQUEST_EXTENDED_CURSOR_POSITION 

Source
pub const REQUEST_EXTENDED_CURSOR_POSITION: &[u8] = b"\x1b[?6n";
Expand description

Request extended cursor position: exact bytes ESC [ ? 6 n (b"\x1b[?6n").

The terminal replies with a private cursor-position report, optionally including page.