From b2373ffba7bbc13cc6eb2f365ec5badb6ff74d1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Thu, 1 Jun 2017 20:53:17 +0200 Subject: fset: add mark on options to run an action on multiple options --- src/plugins/fset/fset-mouse.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/fset/fset-mouse.c') diff --git a/src/plugins/fset/fset-mouse.c b/src/plugins/fset/fset-mouse.c index 9791859b2..2e81dac1a 100644 --- a/src/plugins/fset/fset-mouse.c +++ b/src/plugins/fset/fset-mouse.c @@ -92,6 +92,7 @@ fset_focus_cb (const void *pointer, void *data, struct t_hashtable *info) weechat_hashtable_set (info, "fset_option_max", ptr_fset_option->max); weechat_hashtable_set (info, "fset_option_description", ptr_fset_option->description); weechat_hashtable_set (info, "fset_option_string_values", ptr_fset_option->string_values); + weechat_hashtable_set (info, "fset_option_marked", (ptr_fset_option->marked) ? "1" : "0"); return info; } -- cgit v1.2.3