summaryrefslogtreecommitdiff
path: root/doc/en
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/en
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/en')
-rw-r--r--doc/en/includes/autogen_api_hdata.en.adoc4
-rw-r--r--doc/en/weechat_plugin_api.en.adoc4
-rw-r--r--doc/en/weechat_user.en.adoc2
3 files changed, 7 insertions, 3 deletions
diff --git a/doc/en/includes/autogen_api_hdata.en.adoc b/doc/en/includes/autogen_api_hdata.en.adoc
index dbfcd6ae6..d25f819fd 100644
--- a/doc/en/includes/autogen_api_hdata.en.adoc
+++ b/doc/en/includes/autogen_api_hdata.en.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) +
diff --git a/doc/en/weechat_plugin_api.en.adoc b/doc/en/weechat_plugin_api.en.adoc
index 75dd458d3..297d6228b 100644
--- a/doc/en/weechat_plugin_api.en.adoc
+++ b/doc/en/weechat_plugin_api.en.adoc
@@ -12775,9 +12775,11 @@ Arguments:
** _nicklist_max_length_: max length for a nick
** _nicklist_display_groups_: 1 if groups are displayed, otherwise 0
** _nicklist_count_: number of nicks and groups in nicklist
+** _nicklist_visible_count_: number of nicks/groups displayed
** _nicklist_groups_count_: number of groups in nicklist
+** _nicklist_visible_groups_count_: number of groups displayed
** _nicklist_nicks_count_: number of nicks in nicklist
-** _nicklist_visible_count_: number of nicks/groups displayed
+** _nicklist_visible_nicks_count_: number of nicks displayed
** _input_: 1 if input is enabled, otherwise 0
** _input_get_unknown_commands_: 1 if unknown commands are sent to input
callback, otherwise 0
diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc
index 8d21cc8b0..14ed5b3ce 100644
--- a/doc/en/weechat_user.en.adoc
+++ b/doc/en/weechat_user.en.adoc
@@ -680,7 +680,7 @@ Bar _status_ has following default items:
| buffer_number | `2` | Current buffer number.
| buffer_name | `#test` | Current buffer name.
| buffer_modes | `+n` | IRC channel modes.
-| buffer_nicklist_count | `{4}` | Number of nicks in nicklist.
+| buffer_nicklist_count | `{4}` | Number of nicks displayed in nicklist.
| buffer_zoom | ! | `!` means the merged buffer is zoomed (only this one is displayed), empty value means all merged buffers are displayed.
| buffer_filter | `+*+` | Filtering indicator: `+*+` means some lines are filtered (hidden), empty value means all lines are displayed.
| scroll | `-MORE(50)-` | Scroll indicator, with number of lines below last line displayed.