diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2009-07-10 05:50:54 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2009-07-10 05:50:54 +0000 |
commit | daa1faa90510c09ddface800101ea86b167d1154 (patch) | |
tree | 77731d240614832e1d58ee1b31c491b60f9b9aa9 /tmux.1 | |
parent | 25d57344966902e9d5a93eb46727a2f1ebd46a82 (diff) | |
download | rtmux-daa1faa90510c09ddface800101ea86b167d1154.tar.gz rtmux-daa1faa90510c09ddface800101ea86b167d1154.tar.bz2 rtmux-daa1faa90510c09ddface800101ea86b167d1154.zip |
Add a default-terminal option to set the starting value of $TERM in new
windows.
This is "screen" by default and must be either that or something closely
related. This does makes it easier to customise it if necessary.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1090,6 +1090,18 @@ environment variable or, if it is unset, the user's shell returned by Set the default working directory for processes created from keys, or interactively from the prompt. The default is the current working directory when the server is started. +.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 Ic display-time Ar time Set the amount of time for which status line messages are displayed. .Ar time |