curses updates
This commit is contained in:
@@ -177,7 +177,7 @@ extern void curses_create_nhmenu(winid wid);
|
||||
extern void curses_add_nhmenu_item(winid wid, int glyph,
|
||||
const ANY_P *identifier, CHAR_P accelerator,
|
||||
CHAR_P group_accel, int attr,
|
||||
const char *str, BOOLEAN_P presel);
|
||||
const char *str, unsigned itemflags);
|
||||
extern void curs_menu_set_bottom_heavy(winid);
|
||||
extern void curses_finalize_nhmenu(winid wid, const char *prompt);
|
||||
extern int curses_display_nhmenu(winid wid, int how, MENU_ITEM_P **_selected);
|
||||
|
||||
Reference in New Issue
Block a user