Next: , Previous: , Up: The basic curses library   [Contents][Index]


5.2.28 Moving the cursor

Procedure: move win y x

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.