add support for MENU_ITEMFLAGS_SKIPINVERT

Able to test:
win/tty
win/win32
win/curses

Unable to test:
win/X11
win/Qt
win/Qt3
win/gem
win/gnome
This commit is contained in:
nhmall
2019-12-23 08:36:44 -05:00
parent c9bc2f5a2a
commit 7012e7046f
18 changed files with 63 additions and 35 deletions
+1
View File
@@ -18,6 +18,7 @@ struct _GHackMenuItem {
CHAR_P accelerator;
CHAR_P group_accel;
int attr;
unsigned itemflags;
const char *str;
BOOLEAN_P presel;
};