Whoops, think this should fix: Index: server-client.c =================================================================== RCS file: /cvs/src/usr.bin/tmux/server-client.c,v retrieving revision 1.66 diff -u -p -r1.66 server-client.c --- server-client.c 29 Jan 2012 09:37:02 -0000 1.66 +++ server-client.c 1 Feb 2012 00:09:03 -0000 @@ -293,6 +293,8 @@ server_client_check_mouse( } return; } + memcpy(&c->last_mouse, mouse, sizeof c->last_mouse); + return; } /*
On Tue, Jan 31, 2012 at 09:20:11PM +0100, Romain Francoise wrote: > Nicholas Marriott <nicholas.marri...@gmail.com> writes: > > > Testing from people who use the mouse but are going to keep status line > > at the bottom would be useful too (apply this and set -g status-position > > bottom). > > This (or at least the version in svn) reintroduces a bug I fixed a few > weeks ago: clicking on the status line to change windows also changes the > active pane. > > -- > Romain Francoise <rfranco...@debian.org> > http://people.debian.org/~rfrancoise/ ------------------------------------------------------------------------------ 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-users mailing list tmux-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tmux-users