pub fn write_delete_lines<W: Write>(w: &mut W, n: u16) -> Result<()>
Delete n lines with DL.
n
n <= 1 emits ESC [ M; larger counts emit ESC [ <n> M. Lines below shift upward within the scrolling region.
n <= 1
ESC [ M
ESC [ <n> M