diff src/vim.h @ 260:ed33f83b42d8

updated for version 7.0071
author vimboss
date Sun, 24 Apr 2005 21:58:05 +0000
parents c8742c8da9ab
children 8e3c690f1f3c
line wrap: on
line diff
--- a/src/vim.h
+++ b/src/vim.h
@@ -1478,6 +1478,11 @@ int vim_memcmp __ARGS((void *, void *, s
 # define SET_NUM_MOUSE_CLICKS(code, num) \
     (code) = ((code) & 0x3f) | ((((num) - 1) & 3) << 6)
 
+/* Added to mouse column for GUI when 'mousefocus' wants to give focus to a
+ * window by simulating a click on its status line.  We could use up to 128 *
+ * 128 = 16384 columns, now it's reduced to 10000. */
+# define MOUSE_COLOFF 10000
+
 /*
  * jump_to_mouse() returns one of first four these values, possibly with
  * some of the other three added.