From b9abd2a1858fbd8ea9cfc9088852d68963049cef Mon Sep 17 00:00:00 2001 From: nhmall Date: Sun, 10 Apr 2022 17:18:48 -0400 Subject: [PATCH] fix a Windows initializer --- sys/windows/consoletty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/windows/consoletty.c b/sys/windows/consoletty.c index 391e9dc44..b1eea5864 100644 --- a/sys/windows/consoletty.c +++ b/sys/windows/consoletty.c @@ -304,7 +304,7 @@ struct keyboard_handling_t { int (*pCheckInput)(HANDLE, INPUT_RECORD *, DWORD *, boolean, int, int *, coord *); } keyboard_handling = { - no_keyhandling, + "none", default_processkeystroke, default_kbhit, default_checkinput