=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.200 retrieving revision 1.201 diff -c -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 **** ! .\" $OpenBSD: tmux.1,v 1.200 2010/12/31 00:41:11 jmc Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.201 2011/01/01 01:33:07 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" *************** *** 14,20 **** .\" 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 $ .Dt TMUX 1 .Os .Sh NAME --- 14,20 ---- .\" 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: January 1 2011 $ .Dt TMUX 1 .Os .Sh NAME *************** *** 1097,1103 **** is moved to .Ar dst-window . .It Xo Ic new-window ! .Op Fl adk .Op Fl n Ar window-name .Op Fl t Ar target-window .Op Ar shell-command --- 1097,1103 ---- is moved to .Ar dst-window . .It Xo Ic new-window ! .Op Fl adkP .Op Fl n Ar window-name .Op Fl t Ar target-window .Op Ar shell-command *************** *** 1145,1150 **** --- 1145,1154 ---- .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,1287 **** Select the window at .Ar target-window . .It Xo Ic split-window ! .Op Fl dhv .Oo Fl l .Ar size | .Fl p Ar percentage Oc --- 1285,1291 ---- Select the window at .Ar target-window . .It Xo Ic split-window ! .Op Fl dhvP .Oo Fl l .Ar size | .Fl p Ar percentage Oc