diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2009-06-23 23:26:08 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2009-06-23 23:26:08 +0000 |
commit | 013b88dfc308691c5bbbeca23b567a6e27ebc735 (patch) | |
tree | 62069f8827b0969a44497dcc753b1b594909f366 | |
parent | 6d2830a473f8b710fca841f763b461b388630e14 (diff) | |
download | rtmux-013b88dfc308691c5bbbeca23b567a6e27ebc735.tar.gz rtmux-013b88dfc308691c5bbbeca23b567a6e27ebc735.tar.bz2 rtmux-013b88dfc308691c5bbbeca23b567a6e27ebc735.zip |
Mention LC_ALL, LC_CTYPE.
-rw-r--r-- | tmux.1 | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -109,10 +109,13 @@ flag is ignored. Unlock the server. .It Fl u .Nm -attempts to guess if the terminal is likely to support UTF-8 by checking -the +attempts to guess if the terminal is likely to support UTF-8 by checking the +first of the +.Ev LC_ALL , +.Ev LC_CTYPE +and .Ev LANG -environment variable for the string "UTF-8". +environment variables to be set for the string "UTF-8". This is not always correct: the .Fl u flag explicitly informs |