On 2015/04/19 15:34, Nicholas Marriott wrote: > Rewrite of tmux mouse support which was a mess. Instead of having > options for "mouse-this" and "mouse-that", mouse events may be bound as > keys and there is one option "mouse" that turns on mouse support > entirely (set -g mouse on).
Previously, if mouse support was enabled, but the current window was not split into panes, normal xterm mouse behaviour (copy-and-paste etc) was retained. Is there a way to continue with this with the new mouse support? So far I've tried unbinding everything mouse-related I could find apart from the single thing I actually want mouse support for (select-pane) but haven't been able to do this. Also (and I think this one is definitely a bug rather than just "it doesn't do what I would like any more" ;), after tmux exits, the terminal is left with mouse reporting enabled (i.e. mouse clicks result in junk in the term).