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 f5928d7c54..caf25e637f 100644
--- a/src/termhooks.h
+++ b/src/termhooks.h
@@ -249,6 +249,10 @@ enum event_kind
the wheel event occurred in.
.timestamp gives a timestamp (in
milliseconds) for the wheel event. */
+ language_change_event, /* A language_change event is generated
+ on WINDOWSNT when the keyboard layout
+ or input language is changed by the
+ user. */
#endif
scroll_bar_click, /* .code gives the number of the mouse button
that was clicked.