$cursor-x - Cursor X (horizontal) position
$cursor-y - Cursor Y (vertical) position
$cursor-x integer
0 <= integer <= $screen-width - 1
$cursor-y integer
0 <= integer <= $screen-depth - 1
$cursor-x and $cursor-y are automatically set to the position of the cursor at the last screen update (i.e. the variables are not updated between screen updates). The top left character of the screen is coordinate 0,0 bottom right is $screen-width, $screen-depth.
These variables can not be set. Any attempt to set them will result in an error.
(c) Copyright JASSPA 1999
Last Modified: 1999/11/28
Generated On: 1999/12/01