From 174a7e5e78d1bb58ee6e8910eaff2a4997108dbd Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 1 Aug 2022 01:52:55 -0400 Subject: [PATCH] Windows stubs.c fix --- sys/windows/stubs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {