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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user