From a477debb46c023f6ac1280bc761f948336d4acb8 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Tue, 4 Jan 2011 15:05:30 +0100 Subject: [PATCH] Add note about term option for .screenrc file in user guide --- doc/de/weechat_user.de.txt | 6 ++++++ doc/en/weechat_user.en.txt | 6 ++++++ doc/fr/weechat_user.fr.txt | 6 ++++++ doc/it/weechat_user.it.txt | 6 ++++++ 4 files changed, 24 insertions(+) diff --git a/doc/de/weechat_user.de.txt b/doc/de/weechat_user.de.txt index 9daf89d32..3def3a0a9 100644 --- a/doc/de/weechat_user.de.txt +++ b/doc/de/weechat_user.de.txt @@ -895,6 +895,12 @@ Some recommended values for 'TERM' if you want 256 colors: * 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': diff --git a/doc/en/weechat_user.en.txt b/doc/en/weechat_user.en.txt index e0f700c3f..d8953a72b 100644 --- a/doc/en/weechat_user.en.txt +++ b/doc/en/weechat_user.en.txt @@ -893,6 +893,12 @@ Some recommended values for 'TERM' if you want 256 colors: * 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': diff --git a/doc/fr/weechat_user.fr.txt b/doc/fr/weechat_user.fr.txt index c6da4729c..77a8e342c 100644 --- a/doc/fr/weechat_user.fr.txt +++ b/doc/fr/weechat_user.fr.txt @@ -915,6 +915,12 @@ Quelques valeurs recommandées pour 'TERM' si vous voulez 256 couleurs : * 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' : diff --git a/doc/it/weechat_user.it.txt b/doc/it/weechat_user.it.txt index e63966a1d..81746d5a7 100644 --- a/doc/it/weechat_user.it.txt +++ b/doc/it/weechat_user.it.txt @@ -911,6 +911,12 @@ Some recommended values for 'TERM' if you want 256 colors: * 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':