summaryrefslogtreecommitdiff
path: root/doc/ja/includes
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2020-05-16 11:27:41 +0200
committerSébastien Helleu <flashcode@flashtux.org>2020-05-16 11:27:41 +0200
commit1d357533b92956ca846d5e1e68304a6aa9daccf8 (patch)
tree8ccc1e669344ed6f0da1c20a971c6e006e861a34 /doc/ja/includes
parent45a9ba3e9e55d131b6cf73c622ea71f004f3d178 (diff)
downloadweechat-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/ja/includes')
-rw-r--r--doc/ja/includes/autogen_api_hdata.ja.adoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/ja/includes/autogen_api_hdata.ja.adoc b/doc/ja/includes/autogen_api_hdata.ja.adoc
index e1c0d5d52..8423f86e1 100644
--- a/doc/ja/includes/autogen_api_hdata.ja.adoc
+++ b/doc/ja/includes/autogen_api_hdata.ja.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) +