diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-01-11 11:31:45 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-01-11 11:33:05 +0100 |
commit | a17ffa8dee18dc52e1b81241eaa0a10bbc5d8914 (patch) | |
tree | 08bc63b72065be3e0af5d9b2eb5b6171049b9f9d /doc/pl | |
parent | bb6af05a31c17c372f455cb5ed775e0d3d9f4b40 (diff) | |
download | weechat-a17ffa8dee18dc52e1b81241eaa0a10bbc5d8914.zip |
doc: improve documentation for focus events in FAQ (translations)
Diffstat (limited to 'doc/pl')
-rw-r--r-- | doc/pl/weechat_faq.pl.adoc | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/pl/weechat_faq.pl.adoc b/doc/pl/weechat_faq.pl.adoc index e0b254d4a..03dd05744 100644 --- a/doc/pl/weechat_faq.pl.adoc +++ b/doc/pl/weechat_faq.pl.adoc @@ -436,8 +436,16 @@ Musisz włączyć obsługę tego zdarzenia za pomocą specjalnego kodu wysyłane *Ważne*: -* Obecnie *tylko* _xterm_ wspiera tą funkcję. -* *Nie* działa to pod screen/tmux. +// TRANSLATION MISSING +* You must use a modern xterm-compatible terminal. +// TRANSLATION MISSING +* Additionally, it seems to be important that your value of the TERM variable + equals to _xterm_ or _xterm-256color_. +// TRANSLATION MISSING +* If you use tmux, you must additionally enable focus events by adding + `set -g focus-events on` to your _.tmux.conf_ file. +// TRANSLATION MISSING +* This does *not* work under screen. Żeby wysłać kod podczas uruchamiania WeeChat: |