1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-06 09:43:13 +02:00

fset: add toggle/decrease/increase/reset/unset actions on selected line

This commit is contained in:
Sébastien Helleu
2017-05-25 12:18:12 +02:00
parent e66b3ffd57
commit 7f5e92a278
8 changed files with 356 additions and 121 deletions
+2
View File
@@ -107,6 +107,8 @@ weechat_plugin_init (struct t_weechat_plugin *plugin, int argc, char *argv[])
fset_mouse_init ();
weechat_hook_config ("*", &fset_option_config_cb, NULL, NULL);
return WEECHAT_RC_OK;
}