diff options
Diffstat (limited to 'doc/en/weechat_user.en.asciidoc')
-rw-r--r-- | doc/en/weechat_user.en.asciidoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/weechat_user.en.asciidoc b/doc/en/weechat_user.en.asciidoc index 00bd52e78..84e9194fd 100644 --- a/doc/en/weechat_user.en.asciidoc +++ b/doc/en/weechat_user.en.asciidoc @@ -1441,10 +1441,10 @@ 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': +you can change it with these two commands: ---- -/shell setenv TERM=screen-256color +/set env TERM screen-256color /upgrade ---- |