]> granicus.if.org Git - nethack/commit
status gold vs symset:Blank
authorPatR <rankin@nethack.org>
Tue, 25 Dec 2018 02:43:51 +0000 (18:43 -0800)
committerPatR <rankin@nethack.org>
Tue, 25 Dec 2018 02:43:51 +0000 (18:43 -0800)
commit02cfd131ee3ab94e2437e8f23877631a2bb16213
tree08d5ec9a8c028e30928730832d8e6b7cb2cd51bc
parent0ad8a192bfd6e7f674475763cd7a51642918aa7d
status gold vs symset:Blank

Symset:Blank sets all the map symbols (except STRANGE_OBJECT) to
<space>.  The status lines for !STATUS_HILITES force status to use '$'
instead of ' ' for the prefix before ":1234" for gold, but the status
lines for STATUS_HILITES did not.  tty ended up with ":1234" for gold.
win32 and curses both ignore the prefix and construct their own, but
since win32 uses the map symbol for that it must also be ending up
with ":1234" (I assume; I haven't seen it).  curses is forcing '$' for
the prefix, even on the rogue level.

This attempts to fix win32 without be able to test the result.  I've
left curses alone.
doc/fixes36.2
src/botl.c
win/tty/wintty.c
win/win32/mswproc.c