Files
nethack/win
Doktor L f3d292e111 Combine three arguments of curses_putch into one
It will need another parameter for 256-colour support. To avoid having
too many arguments, put glyph colour, background colour and attributes
into a struct and, since to curses library all of that is attributes
that are handled by same function, call the struct "gryph attributes".

curses_putch was also declared in two different headers, remove one of
those declarations.
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