pub fn write_cuf<W: Write>(w: &mut W, n: u16) -> Result<()>
Move the cursor forward/right n columns with CUF.
n
n == 0 emits nothing, n == 1 emits ESC [ C, and larger counts emit ESC [ <n> C.
n == 0
n == 1
ESC [ C
ESC [ <n> C