pub fn write_restore_cursor<W: Write>(w: &mut W) -> Result<()>
Restore the cursor with the DEC form ESC 8 (DECRC).
ESC 8
This restores the state saved by write_save_cursor on terminals that support DECSC/DECRC.
write_save_cursor