Skip to main content

FOCUS

Constant FOCUS 

Source
pub const FOCUS: &[u8] = b"\x1b[I";
Expand description

Focus-gained report: exact bytes ESC [ I (b"\x1b[I").

Terminals send this after focus tracking mode is enabled.