tty menu coloring tweak
authorPatR <rankin@nethack.org>
Mon, 25 Apr 2016 21:25:52 +0000 (14:25 -0700)
committerPatR <rankin@nethack.org>
Mon, 25 Apr 2016 21:25:52 +0000 (14:25 -0700)
commit974d478170dee352f620a156c46900266c3c9f12
tree999c03c7d12ff7849110843650612c63a037efca
parent4c6c2b02edcdc469a352cbafcfa34339b61fed7c
tty menu coloring tweak

Start coloring after the space which follows the selection indicator
instead of on that space.  The difference isn't noticeable when the
highlighting is just a color, but it is if that highlighting includes
inverse video or underline which visibly apply to spaces.  So for
a - entry A
the old code produced
a -########
and this revised code produces
a - #######
where '#" indicates characters subject to menu coloring.
win/tty/wintty.c