aboutsummaryrefslogtreecommitdiff
path: root/src/keymap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/keymap.h')
-rw-r--r--src/keymap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/keymap.h b/src/keymap.h
index dd9138e05b..a08eb300a9 100644
--- a/src/keymap.h
+++ b/src/keymap.h
@@ -270,6 +270,7 @@ enum key_extra {
, KE_NOP /* doesn't do something */
, KE_FOCUSGAINED /* focus gained */
, KE_FOCUSLOST /* focus lost */
+ , KE_EVENT // event
};
/*
@@ -467,6 +468,7 @@ enum key_extra {
#define K_FOCUSLOST TERMCAP2KEY(KS_EXTRA, KE_FOCUSLOST)
#define K_CURSORHOLD TERMCAP2KEY(KS_EXTRA, KE_CURSORHOLD)
+#define K_EVENT TERMCAP2KEY(KS_EXTRA, KE_EVENT)
/* Bits for modifier mask */
/* 0x01 cannot be used, because the modifier must be 0x02 or higher */