mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-19 23:40:31 +00:00
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(). |
||
|---|---|---|
| .. | ||
| bufwindow.go | ||
| infowindow.go | ||
| statusline.go | ||
| tabwindow.go | ||
| termwindow.go | ||
| uiwindow.go | ||
| window.go | ||