Skip to main content

write_cpl

Function write_cpl 

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

Move to the first column of a preceding line with CPL.

n == 0 emits nothing, n == 1 emits ESC [ F, and larger counts emit ESC [ <n> F.