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:
@@ -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 "
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user