Skip to main content

write_focus

Function write_focus 

Source
pub fn write_focus<W: Write>(w: &mut W) -> Result<()>
Expand description

Write the focus-gained report bytes ESC [ I.

Useful for tests or replay; applications normally receive this from the terminal.