]> granicus.if.org Git - nethack/commitdiff
fix a Windows initializer
authornhmall <nhmall@nethack.org>
Sun, 10 Apr 2022 21:18:48 +0000 (17:18 -0400)
committernhmall <nhmall@nethack.org>
Sun, 10 Apr 2022 21:18:48 +0000 (17:18 -0400)
sys/windows/consoletty.c

index 391e9dc44b60387c9be24afb80ca5c4edc897776..b1eea58645ebaa2ad4d5b82a191551e703eaa4fb 100644 (file)
@@ -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