CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2018/06/08 14:54:22
Modified files: usr.bin/tmux : cmd-resize-pane.c layout.c tmux.h Log message: Instead of working out which pane to resize with the mouse by walking the panes list, look through the layout cells for the nearest border and resize that cell. From Dan Aloni in GitHub issue 1374.