Skip to main content

write_pop_kitty_keyboard

Function write_pop_kitty_keyboard 

Source
pub fn write_pop_kitty_keyboard<W: Write>(w: &mut W, count: u16) -> Result<()>
Expand description

Pop keyboard enhancement stack frames with ESC [ < <count> u.

count <= 1 emits the short form ESC [ < u; larger counts include the decimal count.