commit | 0d1be2e32838cfb4f4b528fc3f94ef850b47eda7 | [log] [download] |
---|---|---|
author | nicm <nicm> | Thu Nov 24 13:46:50 2016 +0000 |
committer | nicm <nicm> | Thu Nov 24 13:46:50 2016 +0000 |
tree | 637e662987cb95e2af0577c941f249813e10d50c | |
parent | 7e6c2cb23868fbfec11adacdc5da7e670a9b8bdb [diff] |
Fix so that we work out the right pane from mouse events - we were doing so too early, before the mouse event was necessarily valid, so could end up using the pane from the previous mouse event, or the active pane. It is important that we use the right pane now that different panes can have different key tables (for copy mode). Fixes problem reported by Greg Hurrell.