Merge remote-tracking branch 'origin/NetHack-3.6.0'

This commit is contained in:
keni
2017-01-15 12:56:28 -05:00
8 changed files with 58 additions and 6 deletions

View File

@@ -232,6 +232,7 @@ struct instance_flags {
boolean echo; /* 1 to echo characters */
boolean use_menu_color; /* use color in menus; only if wc_color */
boolean use_status_hilites; /* use color in status line */
boolean status_updates; /* allow updates to bottom status lines */
boolean use_background_glyph; /* use background glyph when appropriate */
boolean hilite_pile; /* mark piles of objects with a hilite */
boolean autodescribe; /* autodescribe mode in getpos() */