Curses Library Functions menucursor(3CURSES)
NAME
menucursor, posmenucursor - correctly position a menus
cursor
SYNOPSIS
cc [ flag... ] file... -lmenu -lcurses [ library... ]
#include
int posmenucursor(MENU *menu);
DESCRIPTION
posmenucursor() moves the cursor in the window of menu to
the correct position to resume menu processing. This is
needed after the application calls a curses library I/O rou-
tine.
RETURN VALUES
This routine returns one of the following:
EOK The routine returned successfully.
ESYSTEMEROR System error.
EBADARGUMENT An incorrect argument was passed to the
routine.
ENOTPOSTED The menu has not been posted.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
MT-Level Unsafe
SEE ALSO
curses(3CURSES), menus(3CURSES), panelupdate(3CURSES),
panels(3CURSES), attributes(5)
SunOS 5.11 Last change: 31 Dec 1996 1
Curses Library Functions menucursor(3CURSES)
NOTES
The header automatically includes the headers
and .
SunOS 5.11 Last change: 31 Dec 1996 2
|