Skip to main content

REQUEST_WINDOW_PIXEL_SIZE

Constant REQUEST_WINDOW_PIXEL_SIZE 

Source
pub const REQUEST_WINDOW_PIXEL_SIZE: &[u8] = b"\x1b[14t";
Expand description

Request window pixel size: exact bytes ESC [ 14 t (b"\x1b[14t").

A compatible terminal replies with ESC [ 4 ; <height> ; <width> t.