summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2011-01-04 15:05:30 +0100
committerSebastien Helleu <flashcode@flashtux.org>2011-01-04 15:05:30 +0100
commita477debb46c023f6ac1280bc761f948336d4acb8 (patch)
treea0af1501c00042f8b2f4c24bf5cecb2dbb1809a1 /doc/en
parentbe48a1e763359d2fff6c0c293c486cf67023d6c1 (diff)
downloadweechat-a477debb46c023f6ac1280bc761f948336d4acb8.zip
Add note about term option for .screenrc file in user guide
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/weechat_user.en.txt6
1 files changed, 6 insertions, 0 deletions
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':