From: nhmall Date: Mon, 1 Aug 2022 05:52:55 +0000 (-0400) Subject: Windows stubs.c fix X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=174a7e5e78d1bb58ee6e8910eaff2a4997108dbd;p=nethack Windows stubs.c fix --- diff --git a/sys/windows/stubs.c b/sys/windows/stubs.c index 1c5104500..c14b7a2a5 100644 --- a/sys/windows/stubs.c +++ b/sys/windows/stubs.c @@ -208,7 +208,7 @@ set_keyhandling_via_option(void) } #ifdef CURSES_GRAPHICS -struct window_procs curses_procs = {0}; +struct window_procs curses_procs = {WPID(curses)}; int curses_read_attrs(const char *attrs) {