pub const REQUEST_WINDOW_PIXEL_SIZE: &[u8] = b"\x1b[14t";
Request window pixel size: exact bytes ESC [ 14 t (b"\x1b[14t").
ESC [ 14 t
b"\x1b[14t"
A compatible terminal replies with ESC [ 4 ; <height> ; <width> t.
ESC [ 4 ; <height> ; <width> t