Skip to main content

write_index

Function write_index 

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

Move down one line with Index, ESC D.

If the cursor is at the bottom margin, terminals scroll the region up. The single-byte 8-bit C1 equivalent is crate::ansi::c1::IND.