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/fr/weechat_faq.fr.txt | |
parent | 09e4bfa8a6e6831a61f1002cd50c296683d96896 (diff) | |
download | weechat-fd764a369c138d0399a1476e5c03a1e482c05f25.zip |
Add note about term option for .screenrc file in FAQ
Diffstat (limited to 'doc/fr/weechat_faq.fr.txt')
-rw-r--r-- | doc/fr/weechat_faq.fr.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/fr/weechat_faq.fr.txt b/doc/fr/weechat_faq.fr.txt index 9b65a0e28..75a9906fc 100644 --- a/doc/fr/weechat_faq.fr.txt +++ b/doc/fr/weechat_faq.fr.txt @@ -242,6 +242,12 @@ les valeurs recommandées sont : * sous screen : 'screen-256color' * en dehors de screen : 'xterm-256color', 'rxvt-256color', 'putty-256color', ... +Si vous utilisez screen, vous pouvez ajouter cette ligne dans votre '~/.screenrc': + +---------------------------------------- +term screen-256color +---------------------------------------- + Si votre variable 'TERM' a une valeur erronée et que WeeChat est déjà lancé, ne paniquez pas ! Vous pouvez la changer sans redémarrer, grâce au script 'shell.py' : |