Appearance
CSI <n> B
0x1B 0x5B <n> 0x42
Moves the cursor down <n> rows in the current column. Default <n> = 1. Does not scroll — clamps at the bottom of the active region.
<n>
<n> = 1
printf '\e[3B' # move 3 rows down