pub fn write_save_cursor_position<W: Write>(w: &mut W) -> Result<()>
Save the cursor position with CSI s, exact bytes ESC [ s.
s
ESC [ s
This is the alternate save form; write_save_cursor emits DEC ESC 7.
write_save_cursor
ESC 7