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