=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.159 retrieving revision 1.160 diff -c -r1.159 -r1.160 *** src/usr.bin/tmux/tmux.1 2010/03/26 19:30:40 1.159 --- src/usr.bin/tmux/tmux.1 2010/03/27 11:46:58 1.160 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.159 2010/03/26 19:30:40 jmc Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.160 2010/03/27 11:46:58 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: March 26 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: March 27 2010 $ .Dt TMUX 1 .Os .Sh NAME *************** *** 976,988 **** is moved to .Ar dst-window . .It Xo Ic new-window ! .Op Fl dk .Op Fl n Ar window-name .Op Fl t Ar target-window .Op Ar shell-command .Xc .D1 (alias: Ic neww ) Create a new window. If .Fl d is given, the session does not make the new window the current window. --- 976,997 ---- 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 .Xc .D1 (alias: Ic neww ) Create a new window. + With + .Fl a , + the new window is inserted at the next index up from the specified + .Ar target-window , + moving windows up if necessary, + otherwise + .Ar target-window + is the new window location. + .Pp If .Fl d is given, the session does not make the new window the current window.