fix a Windows initializer

This commit is contained in:
nhmall
2022-04-10 17:18:48 -04:00
parent 4195722df6
commit b9abd2a185

View File

@@ -304,7 +304,7 @@ struct keyboard_handling_t {
int (*pCheckInput)(HANDLE, INPUT_RECORD *, DWORD *, boolean, int (*pCheckInput)(HANDLE, INPUT_RECORD *, DWORD *, boolean,
int, int *, coord *); int, int *, coord *);
} keyboard_handling = { } keyboard_handling = {
no_keyhandling, "none",
default_processkeystroke, default_processkeystroke,
default_kbhit, default_kbhit,
default_checkinput default_checkinput