mirror of
https://github.com/weechat/weechat.git
synced 2026-07-04 08:43:13 +02:00
fset: add format options for marked options
This commit is contained in:
@@ -646,9 +646,11 @@ fset_command_init ()
|
||||
"\n"
|
||||
"The lines with options are displayed using string evaluation "
|
||||
"(see /help eval for the format), with these options:\n"
|
||||
" - fset.format.option: format for an option which is not on "
|
||||
"current line\n"
|
||||
" - fset.format.option_selected: format for the selected option\n"
|
||||
" - fset.format.option{1,2}: formats for an option which is not "
|
||||
"marked nor the selected line\n"
|
||||
" - fset.format.option_marked{1,2}: formats for a marked option\n"
|
||||
" - fset.format.option_selected{1,2}: formats for the selected "
|
||||
"option\n"
|
||||
"\n"
|
||||
"The following variables can be used in these options:\n"
|
||||
" - option data, with color and padded by spaces on the right:\n"
|
||||
|
||||
Reference in New Issue
Block a user