Topic : TOS - The Operating System Author : Version : tos.hyp (December 19, 2008) Subject : Programmieren/Atari Nodes : 3010 Index Size : 93790 HCP-Version : 5 Compiled on : Atari @charset : atarist @lang : @default : Title @help : @options : +g -i -s +x +zz -t4 @width : 70 View Ref-File3.8.20 Goto_pos TOS Name »Set cursor position« - Position the cursor. Deklaration #define Goto_pos(x,y) (Cconws("\33Y"),Cconout(' '+x),Cconout(' '+y)) Description: With 'Set cursor position' one can position the cursor in the x-th line and y-th column. Please note that the count starts at 32 (the screen has coordinates (32,32) at the upper left of the screen). That is why 32 (spaces) were added in the above macro, so that the count can start at 0 when using the macro. See also: Escape sequences VT-52 terminal