aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/rc-plugin.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/rc-plugin.c b/src/rc-plugin.c
index 5970dc58..a408b5a1 100644
--- a/src/rc-plugin.c
+++ b/src/rc-plugin.c
@@ -113,6 +113,8 @@ void rc_plugin_run (rc_hook_t hook, const char *value)
if (rc_in_plugin)
return;
+ eflush ();
+
while (plugin) {
if (plugin->hook) {
int i;
@@ -181,6 +183,8 @@ void rc_plugin_run (rc_hook_t hook, const char *value)
}
plugin = plugin->next;
}
+
+ eflush ();
}
void rc_plugin_unload (void)