pub fn write_cpl<W: Write>(w: &mut W, n: u16) -> Result<()>
Move to the first column of a preceding line with CPL.
n == 0 emits nothing, n == 1 emits ESC [ F, and larger counts emit ESC [ <n> F.
n == 0
n == 1
ESC [ F
ESC [ <n> F