Skip to main content

write_delete_lines

Function write_delete_lines 

Source
pub fn write_delete_lines<W: Write>(w: &mut W, n: u16) -> Result<()>
Expand description

Delete n lines with DL.

n <= 1 emits ESC [ M; larger counts emit ESC [ <n> M. Lines below shift upward within the scrolling region.