]> granicus.if.org Git - nethack/commit
fix #H7655 - highlighting gold
authorPatR <rankin@nethack.org>
Fri, 7 Dec 2018 08:36:38 +0000 (00:36 -0800)
committerPatR <rankin@nethack.org>
Fri, 7 Dec 2018 08:36:38 +0000 (00:36 -0800)
commit9e170baecc766553a89ff413f95161a572881892
tree1727f30dfa088737e670338766f960cabc11a9fb
parent150d01a9651e0f0c0f26aa8ecf40c553ce0d5ebe
fix #H7655 - highlighting gold

With options along the line of
 OPTIONS=statushilites:4
 HILITE_STATUS=gold/always/yellow
gold started out unhighlighted (unhighlit?).  I didn't try to figure
out why, just changed things to force a full status update when gold
requires internal changes (different \G encoding or different glyph)
which is something that happens when session first enters moveloop().
doc/fixes36.2
src/botl.c