From 0e561104fa18ee0ba5b38b0679279202ab2f04ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= <flashcode@flashtux.org> Date: Mon, 31 Mar 2014 10:31:56 +0200 Subject: 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). --- doc/ja/autogen/plugin_api/hdata.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/ja') diff --git a/doc/ja/autogen/plugin_api/hdata.txt b/doc/ja/autogen/plugin_api/hdata.txt index c198174d1..221148cd7 100644 --- a/doc/ja/autogen/plugin_api/hdata.txt +++ b/doc/ja/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) -- cgit v1.2.3