diff options
author | Thomas Adam <thomas@xteddy.org> | 2015-04-29 18:42:12 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2015-04-29 18:42:12 +0100 |
commit | c0cf4843e50ae7b123613798c209f30440d73e55 (patch) | |
tree | 7e5724f11e8cbfa0a4480a6dacb04fb98ee68246 /tmux.1 | |
parent | 8794562a85ab7221b4ec3b165723faa8ca10db0a (diff) | |
parent | 69b8f100b70061ee2520fb30368a955cf39e47db (diff) | |
download | rtmux-c0cf4843e50ae7b123613798c209f30440d73e55.tar.gz rtmux-c0cf4843e50ae7b123613798c209f30440d73e55.tar.bz2 rtmux-c0cf4843e50ae7b123613798c209f30440d73e55.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 25 |
1 files changed, 13 insertions, 12 deletions
@@ -2270,6 +2270,19 @@ Available server options are: 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 @@ -2409,18 +2422,6 @@ or 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 |