#Endif; #Ifndef MoveCursor; [ MoveCursor line column; ! 1-based postion on text grid if (~~statuswin_current) { @set_window 1; if (clr_on && clr_bgstatus > 1) @set_colour clr_fgstatus clr_bgstatus; else style reverse; } if (line == 0) { line = 1; column = 1; } #Iftrue (#version_number == 6); MoveCursorV6(line, column); #Ifnot; @set_cursor line column; #Endif; statuswin_current = true; ];