comparison 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
comparison
equal deleted inserted replaced
3144:c6a8fd46517e 3145:98a05814f1b4
90 /* 90 /*
91 * Used for tearing off a menu. 91 * Used for tearing off a menu.
92 */ 92 */
93 #define KS_TEAROFF 244 93 #define KS_TEAROFF 244
94 94
95 /* used for JSB term mouse */ 95 /* Used for JSB term mouse. */
96 #define KS_JSBTERM_MOUSE 243 96 #define KS_JSBTERM_MOUSE 243
97 97
98 /* used a termcap entry that produces a normal character */ 98 /* Used a termcap entry that produces a normal character. */
99 #define KS_KEY 242 99 #define KS_KEY 242
100 100
101 /* Used for the qnx pterm mouse */ 101 /* Used for the qnx pterm mouse. */
102 #define KS_PTERM_MOUSE 241 102 #define KS_PTERM_MOUSE 241
103 103
104 /* Used for click in a tab pages label. */ 104 /* Used for click in a tab pages label. */
105 #define KS_TABLINE 240 105 #define KS_TABLINE 240
106 106
107 /* Used for menu in a tab pages line. */ 107 /* Used for menu in a tab pages line. */
108 #define KS_TABMENU 239 108 #define KS_TABMENU 239
109
110 /* Used for the urxvt mouse. */
111 #define KS_URXVT_MOUSE 238
109 112
110 /* 113 /*
111 * Filler used after KS_SPECIAL and others 114 * Filler used after KS_SPECIAL and others
112 */ 115 */
113 #define KE_FILLER ('X') 116 #define KE_FILLER ('X')