pub fn write_cha<W: Write>(w: &mut W, col: u16) -> Result<()>
Move the cursor to an absolute column with CHA, ESC [ <col+1> G.
ESC [ <col+1> G
col is zero-based; col == 0 emits the shorter ESC [ G.
col
col == 0
ESC [ G