diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-03-31 10:31:56 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-03-31 10:31:56 +0200 |
commit | 0e561104fa18ee0ba5b38b0679279202ab2f04ae (patch) | |
tree | 9cafab40849c786fbe68a94cbd23385fc3315c4d /doc/en/autogen/plugin_api/hdata.txt | |
parent | 1fedd443da2f1d4a74b5c120743737003951c563 (diff) | |
download | weechat-0e561104fa18ee0ba5b38b0679279202ab2f04ae.zip |
core: add non-active merged buffers with activity in hotlist (if another merged buffer is zoomed) (task #12845)
There was a bug with "num_displayed" in buffers when they are merged and
that one buffer is zoomed: now the num_displayed is > 0 for the active buffer,
and it is set to 0 for all merged non-active buffers (only in case of zoom).
A variable "zoomed" has been added in buffers to know if a buffer with this
number is zoomed or not (possibly another buffer).
Diffstat (limited to 'doc/en/autogen/plugin_api/hdata.txt')
-rw-r--r-- | doc/en/autogen/plugin_api/hdata.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/en/autogen/plugin_api/hdata.txt b/doc/en/autogen/plugin_api/hdata.txt index ef139d9fe..39b62f78b 100644 --- a/doc/en/autogen/plugin_api/hdata.txt +++ b/doc/en/autogen/plugin_api/hdata.txt @@ -490,6 +490,7 @@ *** 'notify' (integer) *** 'num_displayed' (integer) *** 'active' (integer) +*** 'zoomed' (integer) *** 'print_hooks_enabled' (integer) *** 'day_change' (integer) *** 'clear' (integer) |