diff options
Diffstat (limited to 'src/w32console.c')
-rw-r--r-- | src/w32console.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/w32console.c b/src/w32console.c index 2fbc190ee2d..98f68145191 100644 --- a/src/w32console.c +++ b/src/w32console.c @@ -657,6 +657,7 @@ initialize_w32_display (struct terminal *term, int *width, int *height) term->frame_rehighlight_hook = 0; term->frame_raise_lower_hook = 0; term->set_vertical_scroll_bar_hook = 0; + term->set_horizontal_scroll_bar_hook = 0; term->condemn_scroll_bars_hook = 0; term->redeem_scroll_bar_hook = 0; term->judge_scroll_bars_hook = 0; |