pub fn write_push_kitty_keyboard<W: Write>( w: &mut W, flags: KittyKeyboardFlags, ) -> Result<()>
Push a keyboard enhancement stack frame with ESC [ > <flags> u.
ESC [ > <flags> u
The decimal flag mask is taken from flags.bits().
flags.bits()