Skip to main content

write_cuf

Function write_cuf 

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

Move the cursor forward/right n columns with CUF.

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