diff src/version.c @ 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 314d9368069e
children 7ba2f171cdac
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -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
@@ -710,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    343,
+/**/
     342,
 /**/
     341,