Skip to main content

write_restore_cursor

Function write_restore_cursor 

Source
pub fn write_restore_cursor<W: Write>(w: &mut W) -> Result<()>
Expand description

Restore the cursor with the DEC form ESC 8 (DECRC).

This restores the state saved by write_save_cursor on terminals that support DECSC/DECRC.