Next: Output options, Previous: Mouse handling, Up: The basic curses library [Contents][Index]
This routine moves the cursor associated with the window to line
y and column x. This routine does not move the physical
cursor of the terminal until refresh is called. The position
specified is relative to the upper left-hand corner of the window,
which is (0 0).
It returns #f upon failure and #t on successful
completion.