| MENU_CURSOR(3) | Library Functions Manual | MENU_CURSOR(3) |
pos_menu_cursor —
position cursor in menu window
Curses Menu Library (libmenu, -lmenu)
#include
<menu.h>
int
pos_menu_cursor(MENU
*menu);
The
pos_menu_cursor()
function positions the cursor in the menu window. This function can be
called after other curses calls to restore the cursor to its correct
position in the menu.
The functions return one of the following error values:
E_OKE_SYSTEM_ERRORE_BAD_ARGUMENTE_POSTEDE_CONNECTEDE_BAD_STATEE_NO_ROOME_NOT_POSTEDE_UNKNOWN_COMMANDE_NO_MATCHE_NOT_SELECTABLEE_NOT_CONNECTEDE_REQUEST_DENIEDThe header <menu.h> automatically includes both <curses.h> and <eti.h>.
| September 10, 1999 | NetBSD 11.0 |