diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-01-04 15:13:19 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-01-04 15:13:19 +0100 |
commit | fd764a369c138d0399a1476e5c03a1e482c05f25 (patch) | |
tree | ee3cbf75841180fd43b588b5447f6bccdd730403 /doc/de | |
parent | 09e4bfa8a6e6831a61f1002cd50c296683d96896 (diff) | |
download | weechat-fd764a369c138d0399a1476e5c03a1e482c05f25.zip |
Add note about term option for .screenrc file in FAQ
Diffstat (limited to 'doc/de')
-rw-r--r-- | doc/de/weechat_faq.de.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/de/weechat_faq.de.txt b/doc/de/weechat_faq.de.txt index b51d4381a..57f652310 100644 --- a/doc/de/weechat_faq.de.txt +++ b/doc/de/weechat_faq.de.txt @@ -247,6 +247,12 @@ are: * under screen: 'screen-256color' * outside screen: 'xterm-256color', 'rxvt-256color', 'putty-256color',... +If you are using screen, you can add this line to your '~/.screenrc': + +---------------------------------------- +term screen-256color +---------------------------------------- + If your 'TERM' variable has wrong value and that WeeChat is already running, don't panic! You can change it without restarting, thanks to script 'shell.py': |