diff options
author | Tiago Cunha <tcunha@gmx.com> | 2011-01-21 23:55:26 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2011-01-21 23:55:26 +0000 |
commit | 7a68cff1db39e8a28ad95cb00edf555a2b9a56b3 (patch) | |
tree | 3e2dbe817ef6cb32fcf2cda97510cab09959ec29 /tmux.1 | |
parent | 6d9fe6c3aa237c818367d90b48b461326dc54da6 (diff) | |
download | rtmux-7a68cff1db39e8a28ad95cb00edf555a2b9a56b3.tar.gz rtmux-7a68cff1db39e8a28ad95cb00edf555a2b9a56b3.tar.bz2 rtmux-7a68cff1db39e8a28ad95cb00edf555a2b9a56b3.zip |
Sync OpenBSD patchset 844:
Support -x and -y for new-session to specify the initial size of the
window if created detached with -d.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.294 2011-01-21 23:53:45 tcunha Exp $ +.\" $Id: tmux.1,v 1.295 2011-01-21 23:55:26 tcunha Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -595,6 +595,8 @@ Lock all clients attached to .Op Fl n Ar window-name .Op Fl s Ar session-name .Op Fl t Ar target-session +.Op Fl x Ar width +.Op Fl y Ar height .Op Ar shell-command .Xc .D1 (alias: Ic new ) @@ -608,6 +610,13 @@ is given. and .Ar shell-command are the name of and shell command to execute in the initial window. +If +.Fl d +is used, +.Fl x +and +.Fl y +specify the size of the initial window (80 by 24 if not given). .Pp If run from a terminal, any .Xr termios 4 |