Use tabs for option menu separation if iflags.menu_tab_sep is set.

Simplifies some ports option menu displays.
This commit is contained in:
nethack.allison
2002-02-05 14:14:13 +00:00
parent 4181925d56
commit 9d03c83d57
2 changed files with 21 additions and 4 deletions

View File

@@ -163,6 +163,7 @@ struct instance_flags {
boolean num_pad; /* use numbers for movement commands */
boolean news; /* print news */
boolean window_inited; /* true if init_nhwindows() completed */
boolean menu_tab_sep; /* Use tabs to separate option menu fields */
int purge_monsters; /* # of dead monsters still on fmon list */
int *opt_booldup; /* for duplication of boolean opts in config file */
int *opt_compdup; /* for duplication of compound opts in config file */