diff --git a/src/notification.c b/src/notification.c index 5396fe7..b2d70c7 100644 --- a/src/notification.c +++ b/src/notification.c @@ -98,6 +98,7 @@ void notification_print(const struct notification *n) printf("\n"); } printf("}\n"); + fflush(stdout); } /* see notification.h */