Show menu control keys in help menu

This commit is contained in:
Pasi Kallinen
2016-10-06 08:53:38 +03:00
parent 680c8a542c
commit 53cd30c54c
4 changed files with 93 additions and 16 deletions

View File

@@ -3010,6 +3010,9 @@ dokeylist(VOID_ARGS)
keys_used[(uchar)C('c')] = TRUE;
#endif
putstr(datawin, 0, "");
show_menu_controls(datawin, TRUE);
if (dokeylist_putcmds(datawin, TRUE, GENERALCMD, WIZMODECMD, &keys_used)) {
putstr(datawin, 0, "");
putstr(datawin, 0, "General commands:");
@@ -4193,7 +4196,6 @@ boolean nodiag;
};
}
STATIC_OVL boolean
help_dir(sym, msg)
char sym;