diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-05-16 11:27:41 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-05-16 11:27:41 +0200 |
commit | 1d357533b92956ca846d5e1e68304a6aa9daccf8 (patch) | |
tree | 8ccc1e669344ed6f0da1c20a971c6e006e861a34 /doc/fr/includes | |
parent | 45a9ba3e9e55d131b6cf73c622ea71f004f3d178 (diff) | |
download | weechat-1d357533b92956ca846d5e1e68304a6aa9daccf8.zip |
core: add bar items with nicklist groups and nicks/groups (closes #1506)
The bar item "buffer_nicklist_count" is now the number of displayed nicks
only (not groups).
New bar items:
- "buffer_nicklist_count_groups": number of groups displayed
- "buffer_nicklist_count_all": number of nicks and groups displayed
Diffstat (limited to 'doc/fr/includes')
-rw-r--r-- | doc/fr/includes/autogen_api_hdata.fr.adoc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/fr/includes/autogen_api_hdata.fr.adoc b/doc/fr/includes/autogen_api_hdata.fr.adoc index ebbc7f723..dcb18086a 100644 --- a/doc/fr/includes/autogen_api_hdata.fr.adoc +++ b/doc/fr/includes/autogen_api_hdata.fr.adoc @@ -577,9 +577,11 @@ _nicklist_root_ (pointer, hdata: "nick_group") + _nicklist_max_length_ (integer) + _nicklist_display_groups_ (integer) + _nicklist_count_ (integer) + +_nicklist_visible_count_ (integer) + _nicklist_groups_count_ (integer) + +_nicklist_groups_visible_count_ (integer) + _nicklist_nicks_count_ (integer) + -_nicklist_visible_count_ (integer) + +_nicklist_nicks_visible_count_ (integer) + _nickcmp_callback_ (pointer) + _nickcmp_callback_pointer_ (pointer) + _nickcmp_callback_data_ (pointer) + |