pub fn write_cub<W: Write>(w: &mut W, n: u16) -> Result<()>
Move the cursor backward/left n columns with CUB.
n
n == 0 emits nothing, n == 1 emits ESC [ D, and larger counts emit ESC [ <n> D.
n == 0
n == 1
ESC [ D
ESC [ <n> D