pub const REQUEST_CELL_PIXEL_SIZE: &[u8] = b"\x1b[16t";
Request character-cell pixel size: exact bytes ESC [ 16 t (b"\x1b[16t").
ESC [ 16 t
b"\x1b[16t"
A compatible terminal replies with ESC [ 6 ; <height> ; <width> t.
ESC [ 6 ; <height> ; <width> t