mirror of
https://github.com/weechat/weechat.git
synced 2026-07-10 03:33:12 +02:00
fset: update default value of fset.format.option2 to use 3 lines by default
This commit is contained in:
@@ -502,8 +502,10 @@ fset_config_init ()
|
||||
"(note: content is evaluated, see /help fset); "
|
||||
"formats can be switched with key ctrl+X"),
|
||||
NULL, 0, 0,
|
||||
"${marked} ${name} ${type_short} ${min} ${max} ${default_value} "
|
||||
"${value2} ${description}",
|
||||
"${marked} ${name} ${type} ${value2}${newline}"
|
||||
" ${empty_name} ${_default_value}${color:darkgray} -- "
|
||||
"${min}..${max}${newline}"
|
||||
" ${empty_name} ${description}",
|
||||
NULL, 0,
|
||||
NULL, NULL, NULL,
|
||||
&fset_config_change_format_cb, NULL, NULL,
|
||||
|
||||
Reference in New Issue
Block a user