aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-06-02 23:39:32 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-06-02 23:39:32 +0000
commit3f76a973ee6b19071df1839cd218b2f6071c4380 (patch)
tree549726c92fd71b8753503a187a5b97b077a338da /tmux.1
parent4215d009a518d2763203a71e1ed51944951fd46e (diff)
downloadrtmux-3f76a973ee6b19071df1839cd218b2f6071c4380.tar.gz
rtmux-3f76a973ee6b19071df1839cd218b2f6071c4380.tar.bz2
rtmux-3f76a973ee6b19071df1839cd218b2f6071c4380.zip
Recent code to try and detect if a terminal supports UTF-8 by printing to it
fails spectacularly on (at least) sparc64, so disable it for now. Thanks to naddy and Josh Elsasser for help and testing.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.18
1 files changed, 3 insertions, 5 deletions
diff --git a/tmux.1 b/tmux.1
index 03690a66..b55fae68 100644
--- a/tmux.1
+++ b/tmux.1
@@ -109,13 +109,11 @@ flag is ignored.
Unlock the server.
.It Fl u
.Nm
-attempts to guess if the terminal is likely to support UTF-8 by first checking
+attempts to guess if the terminal is likely to support UTF-8 by checking
the
.Ev LANG
-environment variable for the string "UTF-8", and then by - if the terminal
-looks suitable - trying to print a UTF-8 character and measuring the cursor
-movement.
-These are not always successful: the
+environment variable for the string "UTF-8".
+This is not always correct: the
.Fl u
flag explicitly informs
.Nm