=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.200 retrieving revision 1.201 diff -u -r1.200 -r1.201 --- src/usr.bin/tmux/tmux.1 2010/12/31 00:41:11 1.200 +++ src/usr.bin/tmux/tmux.1 2011/01/01 01:33:07 1.201 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.200 2010/12/31 00:41:11 jmc Exp $ +.\" $OpenBSD: tmux.1,v 1.201 2011/01/01 01:33:07 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" @@ -14,7 +14,7 @@ .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: December 31 2010 $ +.Dd $Mdocdate: January 1 2011 $ .Dt TMUX 1 .Os .Sh NAME @@ -1097,7 +1097,7 @@ is moved to .Ar dst-window . .It Xo Ic new-window -.Op Fl adk +.Op Fl adkP .Op Fl n Ar window-name .Op Fl t Ar target-window .Op Ar shell-command @@ -1145,6 +1145,10 @@ .Dq TERM=screen added to their environment, but care must be taken not to reset this in shell start-up files. +.Pp +The +.Fl P +option prints the location of the new window after it has been created. .It Ic next-layout Op Fl t Ar target-window .D1 (alias: Ic nextl ) Move a window to the next layout and rearrange the panes to fit. @@ -1281,7 +1285,7 @@ Select the window at .Ar target-window . .It Xo Ic split-window -.Op Fl dhv +.Op Fl dhvP .Oo Fl l .Ar size | .Fl p Ar percentage Oc