aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2010-01-19 00:55:56 +0000
committerTiago Cunha <tcunha@gmx.com>2010-01-19 00:55:56 +0000
commit21dc792395648a699b5686583bcb8aa3bbc88f18 (patch)
treef9b7fff01be2fe96f6b1bcf573343d3c06a2b36c
parentf7cb8146134557a1de5511cf8d28bfc0870238f4 (diff)
downloadrtmux-21dc792395648a699b5686583bcb8aa3bbc88f18.tar.gz
rtmux-21dc792395648a699b5686583bcb8aa3bbc88f18.tar.bz2
rtmux-21dc792395648a699b5686583bcb8aa3bbc88f18.zip
As of release 1.0, the server automatically sets the status-utf8, and utf8
options if started with -u.
-rw-r--r--FAQ14
1 files changed, 6 insertions, 8 deletions
diff --git a/FAQ b/FAQ
index 3605051e..65cf0406 100644
--- a/FAQ
+++ b/FAQ
@@ -95,19 +95,17 @@ default) to the new key. For example:
* How do I use UTF-8?
-When running tmux in a UTF-8 capable terminal, two things must be done to
-enable support. UTF-8 must be turned on in tmux; this may be done separately
-for each tmux window or globally by setting the "utf8" flag:
-
- setw -g utf8 on
-
-As of release 0.9, tmux attempts to autodetect a UTF-8-capable terminal by
+When running tmux in a UTF-8 capable terminal, UTF-8 must be turned on in tmux;
+as of release 0.9, tmux attempts to autodetect a UTF-8-capable terminal by
checking the LC_ALL, LC_CTYPE and LANG environment variables. list-clients may
be used to check if this is detected correctly; if not, the -u command-line
flag may be specified when creating or attaching a client to a tmux session:
$ tmux -u new
+Since the 1.0 release, tmux will turn on UTF-8 related options automatically
+(ie status-utf8, and utf8) if the above conditions are met.
+
* How do I use a 256 colour terminal?
Provided the underlying terminal supports 256 colours, it is usually sufficient
@@ -239,4 +237,4 @@ have TERM set to xterm):
set -g terminal-overrides "xterm*:kLFT5=\eOD:kRIT5=\eOC:kUP5=\eOA:kDN5=\eOB:smkx@:rmkx@"
-$Id: FAQ,v 1.34 2010-01-10 00:14:34 nicm Exp $
+$Id: FAQ,v 1.35 2010-01-19 00:55:56 tcunha Exp $