/sys$common/syshlp/HELPLIB.HLB CRTL, [w]move *Conan The Librarian |
Change the current cursor position on the specified window to the coordinates (y,x). The move function acts on the stdscr window. Format #include <curses.h> int move (int y, int x); int wmove (WINDOW *win, int y, int x);
Additional Information (explode) :
|