| 3962 | | {'1', "Interface options", do_cmd_options_aux, (void*)0}, |
|---|
| 3963 | | {'2', "Display options", do_cmd_options_aux, (void*)1}, |
|---|
| 3964 | | {'3', "Warning and disturbance options", do_cmd_options_aux, (void*)2}, |
|---|
| 3965 | | {'4', "Birth (difficulty) options", do_cmd_options_aux, (void*)3}, |
|---|
| 3966 | | {'5', "Cheat options", do_cmd_options_aux, (void*)4}, |
|---|
| | 3962 | {'a', "Interface options", do_cmd_options_aux, (void*)0}, |
|---|
| | 3963 | {'b', "Display options", do_cmd_options_aux, (void*)1}, |
|---|
| | 3964 | {'e', "Warning and disturbance options", do_cmd_options_aux, (void*)2}, |
|---|
| | 3965 | {'f', "Birth (difficulty) options", do_cmd_options_aux, (void*)3}, |
|---|
| | 3966 | {'g', "Cheat options", do_cmd_options_aux, (void*)4}, |
|---|