hilite_status type 'up' or 'down' vs strings
authorPatR <rankin@nethack.org>
Thu, 6 Sep 2018 12:26:21 +0000 (05:26 -0700)
committerPatR <rankin@nethack.org>
Thu, 6 Sep 2018 12:26:21 +0000 (05:26 -0700)
commit4ce6d81d60256a6cd17ea72198c6473aa60bb2f7
treefb0700d44ee9721de34dcd908bbbc7dde6ca8461
parentc00b698b4a9ae818b554fe7aa16f3661395c7163
hilite_status type 'up' or 'down' vs strings

The temporary highlight types 'goes-up' and 'goes-down' aren't useful
for the three string status fields (title, dungeon-level, alignment)
since the string values might go up when the underlying value goes up
or might go down instead (and similarly for down, down, up).  The code
involved can compare strings but the values are effectively arbitrary
so the comparison is only really useful for same vs changed.  This
treats types 'up' and 'down' for strings as 'changed' when coming from
config file and no longer offers them as choices when using 'O'.

Config file parsing perhaps ought to treat them as errors instead.
doc/fixes36.2
src/botl.c