| 3955 | | {'1', "Interface options", do_cmd_options_aux, (void*)0}, |
|---|
| 3956 | | {'2', "Display options", do_cmd_options_aux, (void*)1}, |
|---|
| 3957 | | {'3', "Warning and disturbance options", do_cmd_options_aux, (void*)2}, |
|---|
| 3958 | | {'4', "Birth (difficulty) options", do_cmd_options_aux, (void*)3}, |
|---|
| 3959 | | {'5', "Cheat options", do_cmd_options_aux, (void*)4}, |
|---|
| | 3955 | {'a', "Interface options", do_cmd_options_aux, (void*)0}, |
|---|
| | 3956 | {'b', "Display options", do_cmd_options_aux, (void*)1}, |
|---|
| | 3957 | {'c', "Warning and disturbance options", do_cmd_options_aux, (void*)2}, |
|---|
| | 3958 | {'d', "Birth (difficulty) options", do_cmd_options_aux, (void*)3}, |
|---|
| | 3959 | {'e', "Cheat options", do_cmd_options_aux, (void*)4}, |
|---|
| 3961 | | {'W', "Subwindow display settings", (action_f) do_cmd_options_win, 0}, |
|---|
| 3962 | | {'S', "Item squelch settings", (action_f) do_cmd_options_item, 0}, |
|---|
| 3963 | | {'D', "Set base delay factor", (action_f) do_cmd_delay, 0}, |
|---|
| 3964 | | {'H', "Set hitpoint warning", (action_f) do_cmd_hp_warn, 0}, |
|---|
| | 3961 | {'w', "Subwindow display settings", (action_f) do_cmd_options_win, 0}, |
|---|
| | 3962 | {'s', "Item squelch settings", (action_f) do_cmd_options_item, 0}, |
|---|
| | 3963 | {'d', "Set base delay factor", (action_f) do_cmd_delay, 0}, |
|---|
| | 3964 | {'h', "Set hitpoint warning", (action_f) do_cmd_hp_warn, 0}, |
|---|
| 3966 | | {'L', "Load a user pref file", (action_f) do_cmd_pref_file_hack, (void*)20}, |
|---|
| 3967 | | {'A', "Dump options", do_dump_options, 0}, |
|---|
| | 3966 | {'l', "Load a user pref file", (action_f) do_cmd_pref_file_hack, (void*)20}, |
|---|
| | 3967 | {'o', "Dump options", do_dump_options, 0}, |
|---|
| 3969 | | {'M', "Interact with macros (advanced)", (action_f) do_cmd_macros, 0}, |
|---|
| 3970 | | {'V', "Interact with visuals (advanced)", (action_f) do_cmd_visuals, 0}, |
|---|
| 3971 | | {'C', "Interact with colours (advanced)", (action_f) do_cmd_colors, 0}, |
|---|
| | 3969 | {'m', "Interact with macros (advanced)", (action_f) do_cmd_macros, 0}, |
|---|
| | 3970 | {'v', "Interact with visuals (advanced)", (action_f) do_cmd_visuals, 0}, |
|---|
| | 3971 | {'c', "Interact with colours (advanced)", (action_f) do_cmd_colors, 0}, |
|---|
| 4055 | | {{0, "Display object knowledge", do_cmd_knowledge_objects, 0}, '1'}, |
|---|
| 4056 | | {{0, "Display artifact knowledge", do_cmd_knowledge_artifacts, 0}, '2'}, |
|---|
| 4057 | | {{0, "Display ego item knowledge", do_cmd_knowledge_ego_items, 0}, '3'}, |
|---|
| 4058 | | {{0, "Display monster knowledge", do_cmd_knowledge_monsters, 0}, '4'}, |
|---|
| 4059 | | {{0, "Display feature knowledge", do_cmd_knowledge_features, 0}, '5'}, |
|---|
| 4060 | | {{0, "Display self-knowledge", do_cmd_self_knowledge, 0}, '6'}, |
|---|
| 4061 | | {{0, "Display hall of fame", do_cmd_knowledge_scores, 0}, '7'}, |
|---|
| | 4055 | {{0, "Display object knowledge", do_cmd_knowledge_objects, 0}, 'a'}, |
|---|
| | 4056 | {{0, "Display artifact knowledge", do_cmd_knowledge_artifacts, 0}, 'b'}, |
|---|
| | 4057 | {{0, "Display ego item knowledge", do_cmd_knowledge_ego_items, 0}, 'c'}, |
|---|
| | 4058 | {{0, "Display monster knowledge", do_cmd_knowledge_monsters, 0}, 'd'}, |
|---|
| | 4059 | {{0, "Display feature knowledge", do_cmd_knowledge_features, 0}, 'e'}, |
|---|
| | 4060 | {{0, "Display self-knowledge", do_cmd_self_knowledge, 0}, 'f'}, |
|---|
| | 4061 | {{0, "Display hall of fame", do_cmd_knowledge_scores, 0}, 'g'}, |
|---|