Skip to main content

write_save_cursor

Function write_save_cursor 

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

Save the cursor with the DEC form ESC 7 (DECSC).

This is distinct from write_save_cursor_position, which emits the CSI s form.