VMS Help CC, Run-time functions, [w]move *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Curses Screen Management function and macro that change the current cursor position on the specified window to the coordinates (y,x). The move macro acts on the stdscr window. Syntax: #include <curses.h> int move(int y, int x); int wmove(WINDOW *win, int y, int x);
|