Revision: 2695
http://tmux.svn.sourceforge.net/tmux/?rev=2695&view=rev
Author: tcunha
Date: 2012-02-02 01:58:47 +0000 (Thu, 02 Feb 2012)
Log Message:
-----------
Sync OpenBSD patchset 1023:
Do not change pane when changing window with mouse on status line,
pointed out by Romain Francoise.
Modified Paths:
--------------
trunk/server-client.c
Modified: trunk/server-client.c
===================================================================
--- trunk/server-client.c 2012-02-02 01:58:16 UTC (rev 2694)
+++ trunk/server-client.c 2012-02-02 01:58:47 UTC (rev 2695)
@@ -292,6 +292,8 @@
}
return;
}
+ memcpy(&c->last_mouse, mouse, sizeof c->last_mouse);
+ return;
}
/*
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs