pub const FOCUS: &[u8] = b"\x1b[I";
Focus-gained report: exact bytes ESC [ I (b"\x1b[I").
ESC [ I
b"\x1b[I"
Terminals send this after focus tracking mode is enabled.