Windows stubs.c fix

This commit is contained in:
nhmall
2022-08-01 01:52:55 -04:00
parent 8a9dc00cde
commit 174a7e5e78

View 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)
{