1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 05:46:38 +02:00

fset: fix refresh of options with "$" as input in buffer

This commit is contained in:
Sébastien Helleu
2017-06-01 21:28:18 +02:00
parent b7d7a95ff0
commit 6be32fdce5
+1 -1
View File
@@ -698,7 +698,7 @@ fset_buffer_input_cb (const void *pointer, void *data,
if (strcmp (input_data, "$") == 0)
{
fset_option_get_options ();
fset_buffer_refresh (1);
fset_buffer_refresh (0);
return WEECHAT_RC_OK;
}