more updates and on/off option

This commit is contained in:
nhmall
2015-06-01 08:33:17 -04:00
parent 3cb2c66f35
commit ca8f25d4b6
5 changed files with 49 additions and 18 deletions

View File

@@ -206,8 +206,9 @@ struct instance_flags {
boolean zerocomp; /* write zero-compressed save files */
boolean rlecomp; /* run-length comp of levels when writing savefile */
uchar num_pad_mode;
boolean echo; /* 1 to echo characters */
boolean use_menu_color; /* use color in menus; only if wc_color */
boolean echo; /* 1 to echo characters */
boolean use_menu_color; /* use color in menus; only if wc_color */
boolean use_status_color; /* use color in status */
#if 0
boolean DECgraphics; /* use DEC VT-xxx extended character set */
boolean IBMgraphics; /* use IBM extended character set */