aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/termhooks.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/termhooks.h b/src/termhooks.h
index f5928d7c54d..caf25e637fc 100644
--- a/src/termhooks.h
+++ b/src/termhooks.h
@@ -249,6 +249,10 @@ enum event_kind
249 the wheel event occurred in. 249 the wheel event occurred in.
250 .timestamp gives a timestamp (in 250 .timestamp gives a timestamp (in
251 milliseconds) for the wheel event. */ 251 milliseconds) for the wheel event. */
252 language_change_event, /* A language_change event is generated
253 on WINDOWSNT when the keyboard layout
254 or input language is changed by the
255 user. */
252#endif 256#endif
253 scroll_bar_click, /* .code gives the number of the mouse button 257 scroll_bar_click, /* .code gives the number of the mouse button
254 that was clicked. 258 that was clicked.