mirror of
https://github.com/weechat/weechat.git
synced 2026-07-07 02:03:13 +02:00
fset: add mark on options to run an action on multiple options
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user