pub fn write_index<W: Write>(w: &mut W) -> Result<()>
Move down one line with Index, ESC D.
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.
crate::ansi::c1::IND