char
*
menu_pattern(
MENU *menu
)
)
function returns a pointer to the string that is currently in the menu
pattern buffer.
The menu pattern buffer can be set by calling
set_menu_pattern(
)
which will set the pattern buffer to the string passed and then
attempt to match that string against the names of the items in the
attached items.
E_OK
E_SYSTEM_ERROR
E_BAD_ARGUMENT
E_NO_MATCH
<menu.h>
automatically includes both
<curses.h>
and
<eti.h>
.