Skip to main content

REQUEST_VISIBILITY_REPORT

Constant REQUEST_VISIBILITY_REPORT 

Source
pub const REQUEST_VISIBILITY_REPORT: &[u8] = b"\x1b[?998n";
Expand description

Request a terminal visibility report: exact bytes ESC [ ? 998 n (b"\x1b[?998n").

The terminal replies with ESC [ ? 999 ; Ps n. This query does not change Mode::VISIBILITY_REPORTS.