PosCursor
Purpose Moves text cursor.
Decln. PosCursor(X,Y:byte);
Remarks X, Y are the new cursor coordinates.
This is similar to Turbo's GotoXY procedure, except the Turbo
"window" coordinates are ignored.
Example
BEGIN
POSCURSOR(10,15);
END;