]> granicus.if.org Git - nethack/commit
curses vs !HILITE_STATUS
authorPatR <rankin@nethack.org>
Sat, 6 Apr 2019 22:53:51 +0000 (15:53 -0700)
committerPatR <rankin@nethack.org>
Sat, 6 Apr 2019 22:53:51 +0000 (15:53 -0700)
commit0e425d645f56160e7049b1f109f5c785a30045d0
tree200265ad901d505092ceb7770f97e0983efd6e4e
parentf52e9865f283378359191d5ea186206d60129921
curses vs !HILITE_STATUS

The curses interface wouldn't build with HILITE_STATUS disabled.  I
started adapting it to handle genl_status_update() but that was taking
too much effort with each niggling detail leading to another.  This
goes the opposite direction:  forcing the old STATUS_VIA_WINDOWPORT
behavior without having that #define available.  That dragged along a
bunch of unexpected changes too.
include/botl.h
src/allmain.c
src/botl.c
src/end.c
src/options.c
src/save.c
win/curses/cursmain.c
win/curses/cursstat.c