micro/internal/display
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
..
bufwindow.go Lower priority of cursorline and colorcolumn highlighting (#1697) 2020-06-08 16:15:54 -04:00
infowindow.go Use CharacterCount over RuneCount 2020-05-20 16:47:08 -04:00
statusline.go Use CharacterCount over RuneCount 2020-05-20 16:47:08 -04:00
tabwindow.go Use CharacterCount over RuneCount 2020-05-20 16:47:08 -04:00
termwindow.go Use CharacterCount over RuneCount 2020-05-20 16:47:08 -04:00
uiwindow.go Fix non-working split resize with mouse drag (#1811) 2020-08-04 18:37:19 -04:00
window.go Fix v2 import path for go mod 2020-05-04 10:16:15 -04:00