User-friendly options menu

Make the default options menu only show the most important
options, split into categories. The full, traditional menu
can be accessed by using the m-prefix.
This commit is contained in:
Pasi Kallinen
2022-08-03 14:07:17 +03:00
parent c7a467701f
commit f3591ea07d
6 changed files with 388 additions and 234 deletions

View File

@@ -2529,7 +2529,7 @@ struct ext_func_tab extcmdlist[] = {
{ 'o', "open", "open a door",
doopen, 0, NULL },
{ 'O', "options", "show option settings, possibly change them",
doset, IFBURIED | GENERALCMD, NULL },
doset, IFBURIED | GENERALCMD | CMD_M_PREFIX, NULL },
/* #overview used to need autocomplete and has retained that even
after being assigned to ^O [old wizard mode ^O is now #wizwhere] */
{ C('o'), "overview", "show a summary of the explored dungeon",