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