X-Git-Url: https://git.xinqibao.xyz/slstatus.git/blobdiff_plain/666f28520126fa54fca128b172c065b8a29a7f76..0f46c675d326435065dec2dd3a5695bd16201c9f:/slstatus.c 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);