Files
nethack/win
Doktor L 24adb1c592 curses: use existing background parameter for pile
The blue background colour for piles was implemented by changing glyph
colour to curses colour pair with the desired background, and then
passed to curses_putch which takes character and background colour and
makes curses colour pair out of them once again.

Pass blue background to curses_putch instead and let it create curses
colour pair just once.
2026-06-19 16:36:27 +02:00
..
2026-04-28 12:22:51 -04:00
2026-04-28 17:34:03 -04:00
2026-05-16 12:15:20 -04:00
2026-06-03 23:06:30 +03:00