pub fn write_save_cursor<W: Write>(w: &mut W) -> Result<()>
Save the cursor with the DEC form ESC 7 (DECSC).
ESC 7
This is distinct from write_save_cursor_position, which emits the CSI s form.
write_save_cursor_position
s