commit | 2057812c8f293b0295740f9b31f877629fc43888 | [log] [download] |
---|---|---|
author | Thomas Adam <thomas@xteddy.org> | Sat Aug 24 22:37:42 2013 +0100 |
committer | Thomas Adam <thomas@xteddy.org> | Wed Oct 02 06:53:47 2013 +0100 |
tree | c5fbfa857b8fdac70688bdbc0c5a280fd25e9975 | |
parent | 13360ad54157790cbbaab757f659cb6d8a4ce2c4 [diff] |
mouse-resize-pane: Only resize on border select The current behaviour of mouse-resize-pane is such that if the mouse button is held down and a selection takes place within a pane, that if the mouse pointer then hits a border edge, that pane-resize would initiate. This seems counter-intuitive; instead, check for a resize condition if the border of a pane is selected, and in the case of mouse selection within a pane, no longer resize the pane if edge of the border is hit.