AT-XY ASSUME_VT100 BACKSPACE
AT-XY ( col row -- )  
ansi 10.6.1.0742 <FACILITY>
move the cursor position to the given row and column of the screen. If the output device is not a terminal this will have no effect but can still send an escape sequence.

reference: p4_at_x_y in ../src/facility.c:0050, export CO AT-XY