]> granicus.if.org Git - nethack/commit
curses status highlighting
authorPatR <rankin@nethack.org>
Sun, 31 Mar 2019 14:04:23 +0000 (07:04 -0700)
committerPatR <rankin@nethack.org>
Sun, 31 Mar 2019 14:04:23 +0000 (07:04 -0700)
commitc8fdb040cbd7a705ac8d03fe4d78da783bad6863
tree70d54dbcc5726b3b4210049eaa31b5b7937d8f89
parentc63d3fbfbbbf225c864b49454792f69ada042aac
curses status highlighting

window.doc states that the colormasks argument to status_update() is
only relevant for BL_CONDITION, but curses was relying on it to be
passed for BL_FLUSH as well.  Yesterday's changes stopped the latter
and broke highlighting of status conditions.  Other interfaces appear
to honor the description in window.doc.
doc/fixes36.2
win/curses/cursstat.c