sets the cursor position
INCLUDE 'winlib.h' cursor(Row,Col)
cursor(Row,Col) (i,i)
integer(Row) (i) Row to be set
integer(Col) (i) Column to be set
Causes the of the current window cursor to move to the specified position.
Fails if Arguments are not bound to integers. No runtime errors.
prolog-process, client-server, object
makewindow , write , clearwindow