pub fn write_visibility_report<W: Write>(w: &mut W, visible: bool) -> Result<()>Expand description
Encode a terminal visibility report response.
visible == true emits ESC [ ? 999 ; 1 n (potentially visible); false
emits ESC [ ? 999 ; 2 n (not visible).