Skip to main content

REQUEST_CELL_PIXEL_SIZE

Constant REQUEST_CELL_PIXEL_SIZE 

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

Request character-cell pixel size: exact bytes ESC [ 16 t (b"\x1b[16t").

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