diff src/keymap.h @ 3145:98a05814f1b4 v7.3.343

updated for version 7.3.343 Problem: No mouse support for urxvt. Solution: Implement urxvt mouse support, also for > 252 columns. (Yiding Jia)
author Bram Moolenaar <bram@vim.org>
date Thu, 20 Oct 2011 21:09:35 +0200
parents 0ca06a92adfb
children c75a8d2404bd
line wrap: on
line diff
--- a/src/keymap.h
+++ b/src/keymap.h
@@ -92,13 +92,13 @@
  */
 #define KS_TEAROFF		244
 
-/* used for JSB term mouse */
+/* Used for JSB term mouse. */
 #define KS_JSBTERM_MOUSE	243
 
-/* used a termcap entry that produces a normal character */
+/* Used a termcap entry that produces a normal character. */
 #define KS_KEY			242
 
-/* Used for the qnx pterm mouse */
+/* Used for the qnx pterm mouse. */
 #define KS_PTERM_MOUSE		241
 
 /* Used for click in a tab pages label. */
@@ -107,6 +107,9 @@
 /* Used for menu in a tab pages line. */
 #define KS_TABMENU		239
 
+/* Used for the urxvt mouse. */
+#define KS_URXVT_MOUSE		238
+
 /*
  * Filler used after KS_SPECIAL and others
  */