pub fn write_cuu<W: Write>(w: &mut W, n: u16) -> Result<()>
Move the cursor up n rows with CUU.
n
n == 0 emits nothing, n == 1 emits ESC [ A, and larger counts emit ESC [ <n> A.
n == 0
n == 1
ESC [ A
ESC [ <n> A