ba49f73
To: vim-dev@vim.org
ba49f73
Subject: Patch 7.0.121
ba49f73
Fcc: outbox
ba49f73
From: Bram Moolenaar <Bram@moolenaar.net>
ba49f73
Mime-Version: 1.0
ba49f73
Content-Type: text/plain; charset=ISO-8859-1
ba49f73
Content-Transfer-Encoding: 8bit
ba49f73
------------
ba49f73
ba49f73
Patch 7.0.121
ba49f73
Problem:    GUI: Dragging the last status line doesn't work when there is a
ba49f73
	    text tabline.  (Markus Wolf)
ba49f73
Solution:   Take the text tabline into account when deciding to start modeless
ba49f73
	    selection.
ba49f73
Files:	    src/gui.c
ba49f73
ba49f73
ba49f73
*** ../vim-7.0.120/src/gui.c	Sun Sep 10 21:38:48 2006
ba49f73
--- src/gui.c	Sun Oct  8 12:47:04 2006
ba49f73
***************
ba49f73
*** 2873,2878 ****
ba49f73
--- 2873,2881 ----
ba49f73
       */
ba49f73
      if ((State == NORMAL || State == NORMAL_BUSY || (State & INSERT))
ba49f73
  	    && Y_2_ROW(y) >= topframe->fr_height
ba49f73
+ # ifdef FEAT_WINDOWS
ba49f73
+ 						+ firstwin->w_winrow
ba49f73
+ # endif
ba49f73
  	    && button != MOUSE_DRAG
ba49f73
  # ifdef FEAT_MOUSESHAPE
ba49f73
  	    && !drag_status_line
ba49f73
*** ../vim-7.0.120/src/version.c	Fri Oct  6 23:33:22 2006
ba49f73
--- src/version.c	Sun Oct  8 13:55:58 2006
ba49f73
***************
ba49f73
*** 668,669 ****
ba49f73
--- 668,671 ----
ba49f73
  {   /* Add new patch number below this line */
ba49f73
+ /**/
ba49f73
+     121,
ba49f73
  /**/
ba49f73
ba49f73
-- 
ba49f73
If they don't keep on exercising their lips, he thought, their brains
ba49f73
start working.
ba49f73
		-- Douglas Adams, "The Hitchhiker's Guide to the Galaxy"
ba49f73
ba49f73
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
ba49f73
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
ba49f73
\\\        download, build and distribute -- http://www.A-A-P.org        ///
ba49f73
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///