tty menu coloring
There was a report during beta testing that menu lines which were displayed in color showed the whole line in color, unless/until an item was selected or unselected, in which case the '-', '+', or '#' was rendered in monochrome. The suggestion then was to redraw the selection character in color, but I went the other way. Menu entries will render the selector letter and selection indicator in monochrome all the time, and only the text of the menu entry will honor menucolors.
This commit is contained in:
@@ -205,6 +205,7 @@ tty: responding with <return> or <enter> during role, race, &c selection
|
||||
behaved same as <escape> to quit; now it will pick [random] instead
|
||||
tty: rename struct variable 'filter' (role.c) and function 'winch()' (wintty.c)
|
||||
to avoid conflicts with <curses.h>
|
||||
tty: skip selector letter and selection indicator (-,+,#) during menu coloring
|
||||
unix/X11: in top level Makefile, some commented out definitions of VARDATND
|
||||
misspelled pilemark.xbm (as pilemark.xpm)
|
||||
unix: options file with CR+LF line ends and an invalid option line resulted in
|
||||
|
||||
Reference in New Issue
Block a user