diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-06-19 20:55:00 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-06-25 16:35:28 +0200 |
commit | a49e255d964c25710e3347d07a5b5f50fae1b745 (patch) | |
tree | 9a78c872060483f295da74ccff3fbe6939fd184c /src/plugins/fset/fset-command.c | |
parent | 74dec956556dae14c26f894705e53025265fdfb4 (diff) | |
download | weechat-a49e255d964c25710e3347d07a5b5f50fae1b745.zip |
fset: mark/unmark multiple options with mouse gesture up/down
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 da55b0b84..d50495b20 100644 --- a/src/plugins/fset/fset-command.c +++ b/src/plugins/fset/fset-command.c @@ -750,6 +750,7 @@ fset_command_init () "edit the option value\n" " right button + drag left/right increase/decrease value " "for integer/color, set/append to value for other types\n" + " right button + drag up/down mark/unmark multiple options\n" "\n" "Note: spaces at beginning of input are ignored, so for example " "\"q\" closes the fset buffer while \" q\" searches all options " |