1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-04 08:43:13 +02:00

buflist: add list buffer in /help buflist and /help buflist.format.indent

This commit is contained in:
Sébastien Helleu
2023-08-20 21:00:33 +02:00
parent 6969b9b2b8
commit 6def0cf502
16 changed files with 411 additions and 63 deletions
+1 -1
View File
@@ -146,7 +146,7 @@ buflist_command_init ()
"are between 10 and 99 buffers\n"
" - ${number_displayed}: \"1\" if the number is displayed, "
"otherwise \"0\"\n"
" - ${indent}: indentation for name (channel and private "
" - ${indent}: indentation for name (channel, private and list "
"buffers are indented) (evaluation of "
"option buflist.format.indent)\n"
" - ${format_nick_prefix}: colored nick prefix for a channel "
+1 -1
View File
@@ -739,7 +739,7 @@ buflist_config_init ()
buflist_config_format_indent = weechat_config_new_option (
buflist_config_file, buflist_config_section_format,
"indent", "string",
N_("string displayed to indent channel and private buffers "
N_("string displayed to indent channel, private and list buffers "
"(note: content is evaluated, see /help buflist)"),
NULL, 0, 0, " ", NULL, 0,
NULL, NULL, NULL,