use_menu_glyphs
This commit is contained in:
@@ -334,6 +334,7 @@ struct instance_flags {
|
||||
boolean tux_penalty; /* True iff hero is a monk and wearing a suit */
|
||||
boolean use_background_glyph; /* use background glyph when appropriate */
|
||||
boolean use_menu_color; /* use color in menus; only if wc_color */
|
||||
boolean use_menu_glyphs; /* use object glyphs in menus, if the port supports it */
|
||||
#ifdef STATUS_HILITES
|
||||
long hilite_delta; /* number of moves to leave a temp hilite lit */
|
||||
long unhilite_deadline; /* time when oldest temp hilite should be unlit */
|
||||
|
||||
@@ -789,6 +789,9 @@ static int optfn_##a(int, int, boolean, char *, char *);
|
||||
NHOPTB(use_inverse, Advanced, 0, opt_out, set_in_game,
|
||||
On, Yes, No, No, NoAlias, &iflags.wc_inverse, Term_False,
|
||||
"display detected monsters in inverse")
|
||||
NHOPTB(use_menu_glyphs, Advanced, 0, opt_out, set_in_game,
|
||||
On, Yes, No, No, NoAlias, &iflags.use_menu_glyphs,
|
||||
Term_False, "show object glyphs in menu items")
|
||||
NHOPTB(use_truecolor, Advanced, 0, opt_in, set_in_config,
|
||||
Off, Yes, No, No, "use_truecolour",
|
||||
&iflags.use_truecolor, Term_False,
|
||||
|
||||
@@ -34,6 +34,7 @@ typedef struct tty_mi {
|
||||
anything identifier; /* user identifier */
|
||||
long count; /* user count */
|
||||
char *str; /* description string (including accelerator) */
|
||||
glyph_info glyphinfo; /* glyph */
|
||||
int attr; /* string attribute */
|
||||
int color; /* string color */
|
||||
boolean selected; /* TRUE if selected by user */
|
||||
|
||||
Reference in New Issue
Block a user