diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-06-18 08:03:34 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-06-25 16:35:28 +0200 |
commit | b6334ce3553392c4afac42bac1e34b39aaecda3d (patch) | |
tree | c5bf60815e4f87eceafb6100c9101b69c38907a6 /src/plugins/fset/fset-command.c | |
parent | a03b93b0db194a3b532e764738a06f82f068b742 (diff) | |
download | weechat-b6334ce3553392c4afac42bac1e34b39aaecda3d.zip |
fset: add ${index} and color options
Diffstat (limited to 'src/plugins/fset/fset-command.c')
-rw-r--r-- | src/plugins/fset/fset-command.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/fset/fset-command.c b/src/plugins/fset/fset-command.c index 0ed9a968d..3275b6e4a 100644 --- a/src/plugins/fset/fset-command.c +++ b/src/plugins/fset/fset-command.c @@ -682,6 +682,7 @@ fset_command_init () " - ${string_values}: string values allowed for set of an " "integer option using strings\n" " - ${marked}: \"1\" if option is marked, otherwise \"0\"\n" + " - ${index}: index of option in list\n" " - option data, with color but no spaces:\n" " - same names prefixed by underscore, for example: ${_name}, " "${_type}, ...\n" |