pub fn write_restore_cursor_position<W: Write>(w: &mut W) -> Result<()>
Restore the cursor position with CSI u, exact bytes ESC [ u.
u
ESC [ u
This is the alternate restore form; write_restore_cursor emits DEC ESC 8.
write_restore_cursor
ESC 8