Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2014-11-19 09:22:03 +00:00
6 changed files with 70 additions and 12 deletions

6
tmux.1
View File

@ -1761,7 +1761,7 @@ is given and the selected window is already the current window,
the command behaves like
.Ic last-window .
.It Xo Ic split-window
.Op Fl dhvP
.Op Fl bdhvP
.Op Fl c Ar start-directory
.Oo Fl l
.Ar size |
@ -1785,6 +1785,10 @@ and
.Fl p
options specify the size of the new pane in lines (for vertical split) or in
cells (for horizontal split), or as a percentage, respectively.
The
.Fl b
option causes the new pane to be created to the left of or above
.Ar target-pane .
All other options have the same meaning as for the
.Ic new-window
command.