pub fn write_pop_kitty_keyboard<W: Write>(w: &mut W, count: u16) -> Result<()>
Pop keyboard enhancement stack frames with ESC [ < <count> u.
ESC [ < <count> u
count <= 1 emits the short form ESC [ < u; larger counts include the decimal count.
count <= 1
ESC [ < u