diff options
Diffstat (limited to 'src/w32console.c')
-rw-r--r-- | src/w32console.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/w32console.c b/src/w32console.c index 6277f131b50..fdadd48f323 100644 --- a/src/w32console.c +++ b/src/w32console.c @@ -759,6 +759,9 @@ initialize_w32_display (struct terminal *term, int *width, int *height) /* Setup w32_display_info structure for this frame. */ w32_initialize_display_info (build_string ("Console")); + + /* Set up the keyboard hook. */ + setup_w32_kbdhook (); } |