From cf352377a94907588bb46bc535cb15774a3593a5 Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 1 Aug 2022 02:03:38 -0400 Subject: [PATCH] Windows stubs.c follow-up --- 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 c14b7a2a5..e9234dba5 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 = {WPID(curses)}; +struct window_procs curses_procs = {WPIDMINUS(curses)}; int curses_read_attrs(const char *attrs) { -- 2.50.1