]> granicus.if.org Git - nethack/commitdiff
Windows stubs.c fix
authornhmall <nhmall@nethack.org>
Mon, 1 Aug 2022 05:52:55 +0000 (01:52 -0400)
committernhmall <nhmall@nethack.org>
Mon, 1 Aug 2022 05:52:55 +0000 (01:52 -0400)
sys/windows/stubs.c

index 1c510450082c3555991e07888786b20db344e5f5..c14b7a2a58250281f67147f23d44f90fb59d3a0a 100644 (file)
@@ -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)
 {