0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

updated for version 7.3.343

Problem:    No mouse support for urxvt.
Solution:   Implement urxvt mouse support, also for > 252 columns.  (Yiding
            Jia)
This commit is contained in:
Bram Moolenaar
2011-10-20 21:09:35 +02:00
parent 62dbdc4a5a
commit c842748302
5 changed files with 70 additions and 8 deletions

View File

@@ -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
*/