diff src/version.c @ 3746:44038a9777aa v7.3.632

updated for version 7.3.632 Problem: Cannot select beyond 222 columns with the mouse in xterm. Solution: Add support for SGR mouse tracking. (Hayaki Saito)
author Bram Moolenaar <bram@vim.org>
date Wed, 15 Aug 2012 16:21:32 +0200
parents 99f076ca8d84
children ad5fbf3596e0
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -384,6 +384,11 @@ static char *(features[]) =
 # else
 	"-mouse_urxvt",
 # endif
+# ifdef FEAT_MOUSE_SGR
+	"+mouse_sgr",
+# else
+	"-mouse_sgr",
+# endif
 #endif
 #ifdef __QNX__
 # ifdef FEAT_MOUSE_PTERM
@@ -715,6 +720,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    632,
+/**/
     631,
 /**/
     630,