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/pl | |
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/pl')
-rw-r--r-- | doc/pl/includes/autogen_api_hdata.pl.adoc | 4 | ||||
-rw-r--r-- | doc/pl/weechat_user.pl.adoc | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/doc/pl/includes/autogen_api_hdata.pl.adoc b/doc/pl/includes/autogen_api_hdata.pl.adoc index 34ac73db5..616578373 100644 --- a/doc/pl/includes/autogen_api_hdata.pl.adoc +++ b/doc/pl/includes/autogen_api_hdata.pl.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/pl/weechat_user.pl.adoc b/doc/pl/weechat_user.pl.adoc index 3f37e97b6..013de7206 100644 --- a/doc/pl/weechat_user.pl.adoc +++ b/doc/pl/weechat_user.pl.adoc @@ -686,7 +686,8 @@ Pasek _status_ posiada następujące domyślne elementy: | buffer_number | `2` | Numer obecnego buforu. | buffer_name | `#test` | Nazwa obecnego buforu. | buffer_modes | `+n` | Tryby kanału IRC. -| buffer_nicklist_count | `{4}` | Ilość nicków na liście nicków. +// TRANSLATION MISSING +| buffer_nicklist_count | `{4}` | Number of nicks displayed in nicklist. | buffer_zoom | ! | `!` oznacza, że połączony bufor jest przybliżony (tylko ten jest wyświetlany), pusta wartość oznacza, że wszystkie połączone bufory są wyświetlane. | buffer_filter | `+*+` | Wskaźnik filtrowania: `+*+` oznacza, że niektóre linie zostały odfiltrowywane (ukryte), pusta wartość oznacza, że wszystkie linie są wyświetlane. | scroll | `-Więcej(50)-` | Wskaźnik przewijania, z numerem linii poniżej ostatniej wyświetlanej. |