diff src/keymap.h @ 687:d4b8e06e7c96

updated for version 7.0207
author vimboss
date Sat, 25 Feb 2006 21:47:41 +0000
parents d7e33248b9c8
children e63691e7c504
line wrap: on
line diff
--- a/src/keymap.h
+++ b/src/keymap.h
@@ -104,6 +104,9 @@
 /* Used for click in a tab pages label. */
 #define KS_TABLINE		240
 
+/* Used for menu in a tab pages line. */
+#define KS_TABMENU		239
+
 /*
  * Filler used after KS_SPECIAL and others
  */
@@ -403,6 +406,7 @@ enum key_extra
 #define K_TEAROFF	TERMCAP2KEY(KS_TEAROFF, KE_FILLER)
 
 #define K_TABLINE	TERMCAP2KEY(KS_TABLINE, KE_FILLER)
+#define K_TABMENU	TERMCAP2KEY(KS_TABMENU, KE_FILLER)
 
 /*
  * Symbols for pseudo keys which are translated from the real key symbols