diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-01-12 09:31:57 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-01-12 09:31:57 +0100 |
commit | 1e20dd16e5a2e7f566ea265da5312b5c8773ba65 (patch) | |
tree | 55a8aca7971e3216717a035d9856ece3bcff0b3a /doc | |
parent | a6bc15e69d832da5b3d417016703655dab3a0eb3 (diff) | |
download | weechat-1e20dd16e5a2e7f566ea265da5312b5c8773ba65.zip |
core: fix line returned when clicking on a bar (according to position and filling) (bug #38069)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/de/autogen/plugin_api/hdata.txt | 1 | ||||
-rw-r--r-- | doc/en/autogen/plugin_api/hdata.txt | 1 | ||||
-rw-r--r-- | doc/fr/autogen/plugin_api/hdata.txt | 1 | ||||
-rw-r--r-- | doc/it/autogen/plugin_api/hdata.txt | 1 | ||||
-rw-r--r-- | doc/ja/autogen/plugin_api/hdata.txt | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/doc/de/autogen/plugin_api/hdata.txt b/doc/de/autogen/plugin_api/hdata.txt index 56aba5055..5ae96233b 100644 --- a/doc/de/autogen/plugin_api/hdata.txt +++ b/doc/de/autogen/plugin_api/hdata.txt @@ -367,6 +367,7 @@ 'items_num_lines' (pointer) + 'items_refresh_needed' (pointer) + 'screen_col_size' (integer) + + 'screen_lines' (integer) + 'coords_count' (integer) + 'coords' (pointer) + 'gui_objects' (pointer) + diff --git a/doc/en/autogen/plugin_api/hdata.txt b/doc/en/autogen/plugin_api/hdata.txt index 9f161265b..8ce90af62 100644 --- a/doc/en/autogen/plugin_api/hdata.txt +++ b/doc/en/autogen/plugin_api/hdata.txt @@ -367,6 +367,7 @@ 'items_num_lines' (pointer) + 'items_refresh_needed' (pointer) + 'screen_col_size' (integer) + + 'screen_lines' (integer) + 'coords_count' (integer) + 'coords' (pointer) + 'gui_objects' (pointer) + diff --git a/doc/fr/autogen/plugin_api/hdata.txt b/doc/fr/autogen/plugin_api/hdata.txt index e03882865..bfd61b683 100644 --- a/doc/fr/autogen/plugin_api/hdata.txt +++ b/doc/fr/autogen/plugin_api/hdata.txt @@ -367,6 +367,7 @@ 'items_num_lines' (pointer) + 'items_refresh_needed' (pointer) + 'screen_col_size' (integer) + + 'screen_lines' (integer) + 'coords_count' (integer) + 'coords' (pointer) + 'gui_objects' (pointer) + diff --git a/doc/it/autogen/plugin_api/hdata.txt b/doc/it/autogen/plugin_api/hdata.txt index 2a130e3ba..1b6b1a9c4 100644 --- a/doc/it/autogen/plugin_api/hdata.txt +++ b/doc/it/autogen/plugin_api/hdata.txt @@ -367,6 +367,7 @@ 'items_num_lines' (pointer) + 'items_refresh_needed' (pointer) + 'screen_col_size' (integer) + + 'screen_lines' (integer) + 'coords_count' (integer) + 'coords' (pointer) + 'gui_objects' (pointer) + diff --git a/doc/ja/autogen/plugin_api/hdata.txt b/doc/ja/autogen/plugin_api/hdata.txt index 1e36c8260..06a665911 100644 --- a/doc/ja/autogen/plugin_api/hdata.txt +++ b/doc/ja/autogen/plugin_api/hdata.txt @@ -367,6 +367,7 @@ 'items_num_lines' (pointer) + 'items_refresh_needed' (pointer) + 'screen_col_size' (integer) + + 'screen_lines' (integer) + 'coords_count' (integer) + 'coords' (pointer) + 'gui_objects' (pointer) + |