0
0
mirror of https://github.com/vim/vim.git synced 2025-09-28 04:24:06 -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

@@ -379,6 +379,11 @@ static char *(features[]) =
# else
"-mouse_xterm",
# endif
# ifdef FEAT_MOUSE_URXVT
"+mouse_urxvt",
# else
"-mouse_urxvt",
# endif
#endif
#ifdef __QNX__
# ifdef FEAT_MOUSE_PTERM
@@ -709,6 +714,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
343,
/**/
342,
/**/