pub fn write_insert_lines<W: Write>(w: &mut W, n: u16) -> Result<()>
Insert n blank lines with IL.
n
n <= 1 emits ESC [ L; larger counts emit ESC [ <n> L. Lines below shift downward within the scrolling region.
n <= 1
ESC [ L
ESC [ <n> L