CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/02/27 06:07:57
Modified files:
usr.bin/tmux : cmd-split-window.c tmux.h window.c
Log message:
If splitw -b is used, insert the new pane before the current one in the
pane list. This means the numbering is in order (for example for
display-panes) and fixes a problem with redrawing the active pane
borders.
