aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-11-12 20:42:53 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-11-12 20:42:53 +0000
commitd72f2bef62cea3bcf93dc83effef455b3bbaf80b (patch)
tree648ab23b1ae0c5d77712f89963cc9b671065102b
parentdc8fb1e1dc72e96aeae151487a2d0ddd031801a9 (diff)
downloadrtmux-d72f2bef62cea3bcf93dc83effef455b3bbaf80b.tar.gz
rtmux-d72f2bef62cea3bcf93dc83effef455b3bbaf80b.tar.bz2
rtmux-d72f2bef62cea3bcf93dc83effef455b3bbaf80b.zip
Mention TERM=screen requirement.
-rw-r--r--tmux.114
1 files changed, 13 insertions, 1 deletions
diff --git a/tmux.1 b/tmux.1
index 57942141..57ed1ba6 100644
--- a/tmux.1
+++ b/tmux.1
@@ -1,4 +1,4 @@
-.\" $Id: tmux.1,v 1.11 2007-11-12 19:15:29 nicm Exp $
+.\" $Id: tmux.1,v 1.12 2007-11-12 20:42:53 nicm Exp $
.\"
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
.\"
@@ -235,6 +235,18 @@ is not specified, the first free index is used.
If
.Ar command
is not specified, the default command is used.
+.Pp
+The
+.Ev TERM
+environment variable must be set to
+.Dq screen
+for all program running
+.Em inside
+.Nm .
+New windows will automatically have
+.Dq TERM=screen
+added to their environment, but care must be taken not to reset this in shell
+start-up files.
.It Xo Ic next-window
.Xc
.D1 (alias: Ic next )