Files
nethack/src
PatR 32e2d7cfc5 fix use_inverse (aka wc_inverse) for curses
Highlighting for monsters shown due to extended monster detection and
for lava shown in black and white didn't work because that keys off
of 'iflags.use_inverse' (actually a macro for 'iflags.wc_inverse') and
curses wasn't enabling that window-capability option.  To be fair, it
was probably unconditional at the time the curses interface was first
developed.  It checked for whether a monster was supposed to be drawn
with inverse highlighting but wouldn't draw it that way because the
flag was always false.  Inverse b&w lava is relatively new and curses
hadn't been taught about it.

Various other things such as pets (if hilite_pet is on) and object
piles (if hilite_pile is on) get highlighted with inverse video when
use_color is off, regardless of whether use_inverse is on or off.
That's probably a bug.
2019-10-14 02:28:27 -07:00
..
2018-11-11 10:29:52 -05:00
2018-09-10 21:13:10 +03:00
2018-04-25 15:00:13 -04:00
2019-03-23 10:50:26 -07:00
2019-10-08 13:26:39 -07:00
2019-05-05 14:48:43 -07:00
2019-07-08 16:57:52 -07:00
2019-05-12 14:51:26 -04:00
2019-10-08 13:26:39 -07:00
2019-05-05 15:20:09 -07:00
2019-10-11 20:02:06 +03:00
2019-01-04 18:47:00 -08:00
2019-07-14 21:13:43 -07:00
2015-11-08 01:37:55 -08:00
2019-10-08 13:26:39 -07:00
2019-06-08 04:50:40 -07:00
2019-09-14 17:52:02 -07:00
2019-10-08 14:23:27 -07:00
2019-06-10 03:16:52 -07:00
2019-07-06 16:18:23 -07:00
2016-05-20 17:01:40 -07:00
2019-10-02 14:58:21 -04:00
2019-10-12 02:31:47 -07:00
2019-02-18 13:24:58 -08:00
2019-05-05 15:20:09 -07:00
2019-01-10 03:10:35 -08:00
2019-10-08 13:26:39 -07:00
2019-07-14 21:15:54 -07:00
2019-10-04 16:12:08 -07:00
2019-07-30 17:24:33 -07:00
2019-06-25 11:02:07 -07:00
2016-05-20 17:01:40 -07:00
2019-07-14 21:10:39 -07:00
2018-11-16 20:51:22 -05:00
2019-07-14 21:10:39 -07:00
2019-01-29 15:00:07 -08:00
2019-07-14 21:10:39 -07:00
2019-10-04 17:53:01 -07:00
2019-10-08 13:26:39 -07:00
2018-04-25 15:00:13 -04:00
2019-09-23 14:19:15 -04:00
2019-10-11 20:11:28 +03:00
2018-11-17 16:40:53 -08:00
2019-06-23 17:27:15 -07:00
2019-06-23 18:48:13 -07:00
2019-06-30 13:45:14 -07:00