micro/internal
Dmitry Maluka 6e43af31cb
Fix non-working split resize with mouse drag (#1811)
Fix the 2nd part of #1773: resize via mouse drag doesn't work if the
split on the left contains other splits, i.e. is not a leaf node.

The problem is that only leaf nodes have unique id. For non-leaf nodes
ID() returns 0. So we shouldn't search the node by id.
So replace GetMouseSplitID() with GetMouseSplitNode().
2020-08-04 18:37:19 -04:00
..
action Fix non-working split resize with mouse drag (#1811) 2020-08-04 18:37:19 -04:00
buffer Improve multicursor clipboard 2020-07-05 01:12:35 -04:00
clipboard Improve multicursor clipboard 2020-07-05 01:12:35 -04:00
config Don't update internal plugins 2020-07-22 15:40:40 -04:00
display Fix non-working split resize with mouse drag (#1811) 2020-08-04 18:37:19 -04:00
info Fix '> save' command 2020-05-28 13:02:09 -04:00
lua Drop unnecessary Ftoa and FtoaWithDigits function (#1751) 2020-06-30 13:19:27 -04:00
screen Read paste option in screen init 2020-07-10 12:26:15 -04:00
shell Fix v2 import path for go mod 2020-05-04 10:16:15 -04:00
util Fix path escaping on Windows 2020-06-27 17:59:28 -04:00
views Fix unsplit crash 2020-02-08 21:06:13 -05:00