diff --git a/slstatus.c b/slstatus.c index c1cf8ac..5842b3e 100644 --- a/slstatus.c +++ b/slstatus.c @@ -98,6 +98,7 @@ main(int argc, char *argv[]) if (sflag) { printf("%s\n", status); + fflush(stdout); } else { XStoreName(dpy, DefaultRootWindow(dpy), status); XSync(dpy, False);