Add omit_buc -option

The option defaults to on, which is the old-style behaviour.
Turning the option off will never omit the "uncursed" -status
from inventory lines. This is pretty much required if users
want to use menucolors based on the BUC state.
This commit is contained in:
Pasi Kallinen
2015-05-27 12:46:31 +03:00
parent a65c568e49
commit 5fabcdf692
7 changed files with 10 additions and 1 deletions

View File

@@ -194,6 +194,7 @@ struct instance_flags {
boolean deferred_X; /* deferred entry into explore mode */
boolean num_pad; /* use numbers for movement commands */
boolean news; /* print news */
boolean omit_buc; /* omit "uncursed" status in inventory lists */
boolean mention_walls; /* give feedback when bumping walls */
boolean menu_tab_sep; /* Use tabs to separate option menu fields */
boolean menu_head_objsym; /* Show obj symbol in menu headings */