summaryrefslogtreecommitdiff
path: root/doc/en/weechat_faq.en.asciidoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2015-11-12 21:25:28 +0100
committerSébastien Helleu <flashcode@flashtux.org>2015-11-12 21:25:28 +0100
commitb492c1b1e228e1469257cbabd4092e59fd314183 (patch)
tree974f0178352aeca58150f854c5deac51ac895a6e /doc/en/weechat_faq.en.asciidoc
parent51abbf829a1cf8ed05bf13015a195fd727557915 (diff)
downloadweechat-b492c1b1e228e1469257cbabd4092e59fd314183.zip
core: add "tmux" and "tmux-256color" in supported $TERM values (closes #519)
Diffstat (limited to 'doc/en/weechat_faq.en.asciidoc')
-rw-r--r--doc/en/weechat_faq.en.asciidoc11
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/en/weechat_faq.en.asciidoc b/doc/en/weechat_faq.en.asciidoc
index 0402392eb..f583579ff 100644
--- a/doc/en/weechat_faq.en.asciidoc
+++ b/doc/en/weechat_faq.en.asciidoc
@@ -128,10 +128,12 @@ output of `echo $TERM` in your terminal).
Depending on where you launch WeeChat, you should have:
-* if WeeChat runs locally or on a remote machine without screen, it depends on
- the terminal used: 'xterm', 'xterm-256color', 'rxvt-unicode',
+* if WeeChat runs locally or on a remote machine without screen nor tmux, it
+ depends on the terminal used: 'xterm', 'xterm-256color', 'rxvt-unicode',
'rxvt-256color', ...
-* if WeeChat runs under screen, you should have 'screen' or 'screen-256color'.
+* if WeeChat runs under screen, you should have 'screen' or 'screen-256color',
+* if WeeChat runs under tmux, you should have 'tmux', 'tmux-256color',
+ 'screen' or 'screen-256color'.
If needed, fix your TERM variable: `export TERM="xxx"`.
@@ -318,7 +320,8 @@ First check that your 'TERM' environment variable is correct, recommended values
are:
* under screen: 'screen-256color'
-* outside screen: 'xterm-256color', 'rxvt-256color', 'putty-256color',...
+* under tmux: 'screen-256color' or 'tmux-256color'
+* outside screen/tmux: 'xterm-256color', 'rxvt-256color', 'putty-256color', ...
[NOTE]
You may have to install package "ncurses-term" to use these values in 'TERM'