Skip to main content

write_cnl

Function write_cnl 

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

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.