Appearance
CSI <n> C
0x1B 0x5B <n> 0x43
Moves the cursor <n> columns to the right in the current row. Default <n> = 1. Clamps at the right margin; no wrap.
<n>
<n> = 1
printf '\e[10C' # advance 10 columns