aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-01-10 12:01:10 +0000
committerThomas Adam <thomas@xteddy.org>2017-01-10 12:01:10 +0000
commit1e12e1d843ba45a7d95b866a61357c435a8acc16 (patch)
treeb26a45a1f5b593e56a27f05fbcba00856a54e98e
parent628f3ad9f470791ea4e609bf2bef95ebac09d504 (diff)
parente78142232fad8099912655a1910ab925c6f4a5aa (diff)
downloadrtmux-1e12e1d843ba45a7d95b866a61357c435a8acc16.tar.gz
rtmux-1e12e1d843ba45a7d95b866a61357c435a8acc16.tar.bz2
rtmux-1e12e1d843ba45a7d95b866a61357c435a8acc16.zip
Merge branch 'obsd-master'
-rw-r--r--tmux.126
1 files changed, 15 insertions, 11 deletions
diff --git a/tmux.1 b/tmux.1
index 95b071db..73ce6e46 100644
--- a/tmux.1
+++ b/tmux.1
@@ -176,14 +176,16 @@ is specified, the default socket directory is not used and any
.Fl L
flag is ignored.
.It Fl u
+When starting,
.Nm
-attempts to guess if the terminal is likely to support UTF-8 by checking the
-first of the
+looks for the
.Ev LC_ALL ,
.Ev LC_CTYPE
and
.Ev LANG
-environment variables to be set for the string "UTF-8".
+environment variables: if the first found contains
+.Ql UTF-8 ,
+then the terminal is assumed to support UTF-8.
This is not always correct: the
.Fl u
flag explicitly informs
@@ -1187,11 +1189,11 @@ flag) or vertically.
Panes may be resized with the
.Ic resize-pane
command (bound to
-.Ql C-up ,
-.Ql C-down
-.Ql C-left
+.Ql C-Up ,
+.Ql C-Down
+.Ql C-Left
and
-.Ql C-right
+.Ql C-Right
by default), the current pane may be changed with the
.Ic select-pane
command and the
@@ -1728,12 +1730,14 @@ option to change this behaviour.
The
.Ev TERM
environment variable must be set to
-.Dq screen
+.Ql screen
+or
+.Ql tmux
for all programs running
.Em inside
.Nm .
New windows will automatically have
-.Dq TERM=screen
+.Ql TERM=screen
added to their environment, but care must be taken not to reset this in shell
start-up files.
.Pp
@@ -2226,8 +2230,8 @@ Each argument
is the name of the key (such as
.Ql C-a
or
-.Ql npage
-) to send; if the string is not recognised as a key, it is sent as a series of
+.Ql NPage )
+to send; if the string is not recognised as a key, it is sent as a series of
characters.
The
.Fl l