From 21dc792395648a699b5686583bcb8aa3bbc88f18 Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Tue, 19 Jan 2010 00:55:56 +0000 Subject: [PATCH] As of release 1.0, the server automatically sets the status-utf8, and utf8 options if started with -u. --- FAQ | 14 ++++++-------- 1 file 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 $