diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-01-04 15:05:30 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-01-04 15:05:30 +0100 |
commit | a477debb46c023f6ac1280bc761f948336d4acb8 (patch) | |
tree | a0af1501c00042f8b2f4c24bf5cecb2dbb1809a1 /doc | |
parent | be48a1e763359d2fff6c0c293c486cf67023d6c1 (diff) | |
download | weechat-a477debb46c023f6ac1280bc761f948336d4acb8.zip |
Add note about term option for .screenrc file in user guide
Diffstat (limited to 'doc')
-rw-r--r-- | doc/de/weechat_user.de.txt | 6 | ||||
-rw-r--r-- | doc/en/weechat_user.en.txt | 6 | ||||
-rw-r--r-- | doc/fr/weechat_user.fr.txt | 6 | ||||
-rw-r--r-- | doc/it/weechat_user.it.txt | 6 |
4 files changed, 24 insertions, 0 deletions
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': |