diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-08-05 14:34:14 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-08-05 14:34:14 +0200 |
commit | 4919a943fdb1b6137aeda9e040782e2cf9a718f4 (patch) | |
tree | 4822772767f02d011bdc3e9f5dc30cbfe709dcbf /doc/en/weechat_faq.en.txt | |
parent | 982db541ec2ef715dc9ff3fcb6830e76980c6740 (diff) | |
download | weechat-4919a943fdb1b6137aeda9e040782e2cf9a718f4.zip |
doc: minor changes in FAQ for question about weird chars under screen/tmux
Diffstat (limited to 'doc/en/weechat_faq.en.txt')
-rw-r--r-- | doc/en/weechat_faq.en.txt | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/en/weechat_faq.en.txt b/doc/en/weechat_faq.en.txt index 28b40d398..4ae65eeea 100644 --- a/doc/en/weechat_faq.en.txt +++ b/doc/en/weechat_faq.en.txt @@ -136,18 +136,19 @@ 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', 'rxvt', .. -* if WeeChat runs under screen, you should have 'screen'. + the terminal used: 'xterm', 'xterm-256color', 'rxvt-unicode', + 'rxvt-256color', ... +* if WeeChat runs under screen, you should have 'screen' or 'screen-256color'. If needed, fix your TERM variable: `export TERM="xxx"`. [[screen_weird_chars]] -When I'm using weechat under screen, I have weird random chars, how do I fix that? -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +When I'm using weechat under screen/tmux, I have weird random chars, how do I fix that? +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This may be caused by bad value of the TERM variable in your shell (look at -output of `echo $TERM` in your terminal). +output of `echo $TERM` in your terminal, *outside screen/tmux*). For example, 'xterm-color' may display such weird chars, you can use 'xterm' which is ok (like many other values). |