pub fn write_hpa<W: Write>(w: &mut W, col: u16) -> Result<()>
Move to an absolute horizontal position with HPA, ESC [ <col+1> ` .
ESC [ <col+1> `
col is zero-based; col == 0 emits the shorter ESC [ ` .
col
col == 0
ESC [ `