pub fn write_request_cursor_position<W: Write>(w: &mut W) -> Result<()>
Request a standard cursor-position report with ESC [ 6 n (DSR 6).
ESC [ 6 n
Compatible terminals reply with ESC [ <line> ; <column> R, using one-based coordinates.
ESC [ <line> ; <column> R