diff --git a/internal/views/splits.go b/internal/views/splits.go index 5fb7dc65..5394d982 100644 --- a/internal/views/splits.go +++ b/internal/views/splits.go @@ -185,6 +185,7 @@ func (n *Node) hResizeSplit(i int, size int) bool { // ResizeSplit resizes a certain split to a given size func (n *Node) ResizeSplit(size int) bool { + // TODO: `size < 0` does not work for some reason if size <= 0 { return false }