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