diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-06-27 07:54:53 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-06-27 07:54:53 +0200 |
commit | 1a1c50cc01a5a91013b86708dc2a8e5ad330619e (patch) | |
tree | 41f1db8017db611cab2a9b45393d024775dbb80c /doc/pl/weechat_user.pl.asciidoc | |
parent | 6cdcb6feca0a7e040298f3a5e3f867fc93dd6bf8 (diff) | |
download | weechat-1a1c50cc01a5a91013b86708dc2a8e5ad330619e.zip |
core: add option "env" in command /set
Diffstat (limited to 'doc/pl/weechat_user.pl.asciidoc')
-rw-r--r-- | doc/pl/weechat_user.pl.asciidoc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/pl/weechat_user.pl.asciidoc b/doc/pl/weechat_user.pl.asciidoc index 51c100580..b5e517539 100644 --- a/doc/pl/weechat_user.pl.asciidoc +++ b/doc/pl/weechat_user.pl.asciidoc @@ -1452,11 +1452,12 @@ Jeśli używasz screena, możesz dodać to do swojego '~/.screenrc': term screen-256color ---- -Jeśli wartość zmiennej 'TERM' jest niewłaściwa, a WeeChat został już uruchomiony, -nie panikuj! Możesz zmienić ją bez restatowania, za pomocą skryptu 'shell.py': +// TRANSLATION MISSING +If your 'TERM' variable has wrong value and that WeeChat is already running, +you can change it with these two commands: ---- -/shell setenv TERM=screen-256color +/set env TERM screen-256color /upgrade ---- |