mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
buflist: change default background color of current buffer (issue #1920)
Default value changed:
- buflist.format.buffer_current: "${color:,blue}${format_buffer}" ->
"${color:,17}${format_buffer}"
This commit is contained in:
@@ -665,7 +665,7 @@ buflist_config_init ()
|
||||
"buffer_current", "string",
|
||||
N_("format for the line with current buffer "
|
||||
"(note: content is evaluated, see /help buflist)"),
|
||||
NULL, 0, 0, "${color:,blue}${format_buffer}", NULL, 0,
|
||||
NULL, 0, 0, "${color:,17}${format_buffer}", NULL, 0,
|
||||
NULL, NULL, NULL,
|
||||
&buflist_config_change_format, NULL, NULL,
|
||||
NULL, NULL, NULL);
|
||||
|
||||
Reference in New Issue
Block a user