Skip to main content

write_reverse_index

Function write_reverse_index 

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

Move up one line with Reverse Index, ESC M.

If the cursor is at the top margin, terminals scroll the region down. The single-byte 8-bit C1 equivalent is crate::ansi::c1::RI.