pub fn write_focus<W: Write>(w: &mut W) -> Result<()>
Write the focus-gained report bytes ESC [ I.
ESC [ I
Useful for tests or replay; applications normally receive this from the terminal.