pub fn write_cnl<W: Write>(w: &mut W, n: u16) -> Result<()>
Move to the first column of a following line with CNL.
n == 0 emits nothing, n == 1 emits ESC [ E, and larger counts emit ESC [ <n> E.
n == 0
n == 1
ESC [ E
ESC [ <n> E