=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.424 retrieving revision 1.425 diff -u -r1.424 -r1.425 --- src/usr.bin/tmux/tmux.1 2015/04/28 10:43:14 1.424 +++ src/usr.bin/tmux/tmux.1 2015/04/29 15:59:08 1.425 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.424 2015/04/28 10:43:14 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.425 2015/04/29 15:59:08 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: April 28 2015 $ +.Dd $Mdocdate: April 29 2015 $ .Dt TMUX 1 .Os .Sh NAME @@ -2266,6 +2266,19 @@ Set the number of buffers; as new buffers are added to the top of the stack, old ones are removed from the bottom if necessary to maintain this maximum length. +.It Ic default-terminal Ar terminal +Set the default terminal for new windows created in this session - the +default value of the +.Ev TERM +environment variable. +For +.Nm +to work correctly, this +.Em must +be set to +.Ql screen , +.Ql tmux +or a derivative of them. .It Ic escape-time Ar time Set the time in milliseconds for which .Nm @@ -2405,18 +2418,6 @@ This option should be configured when .Nm is used as a login shell. -.It Ic default-terminal Ar terminal -Set the default terminal for new windows created in this session - the -default value of the -.Ev TERM -environment variable. -For -.Nm -to work correctly, this -.Em must -be set to -.Ql screen -or a derivative of it. .It Xo Ic destroy-unattached .Op Ic on | off .Xc