diff options
author | Maxim Baz <github@maximbaz.com> | 2018-01-11 11:24:21 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-01-11 11:32:55 +0100 |
commit | bb6af05a31c17c372f455cb5ed775e0d3d9f4b40 (patch) | |
tree | 4402e4b54aa37cdf86973a63125afc7fd750bf81 /doc/en/weechat_faq.en.adoc | |
parent | 5d88d08ef9e008358d87690697f73dd1ba3c2672 (diff) | |
download | weechat-bb6af05a31c17c372f455cb5ed775e0d3d9f4b40.zip |
doc: improve documentation for focus events in FAQ (closes #1130)
Diffstat (limited to 'doc/en/weechat_faq.en.adoc')
-rw-r--r-- | doc/en/weechat_faq.en.adoc | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/en/weechat_faq.en.adoc b/doc/en/weechat_faq.en.adoc index 007f5a5d2..09cc35a69 100644 --- a/doc/en/weechat_faq.en.adoc +++ b/doc/en/weechat_faq.en.adoc @@ -432,8 +432,12 @@ You must enable the focus events with a special code sent to terminal. *Important*: -* Currently, *only* _xterm_ seems to support this feature. -* It does *not* work under screen/tmux. +* You must use a modern xterm-compatible terminal. +* Additionally, it seems to be important that your value of the TERM variable + equals to _xterm_ or _xterm-256color_. +* If you use tmux, you must additionally enable focus events by adding + `set -g focus-events on` to your _.tmux.conf_ file. +* This does *not* work under screen. To send the code when WeeChat is starting: |