Skip to main content

write_insert_lines

Function write_insert_lines 

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

Insert n blank lines with IL.

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