]> diplodocus.org Git - xorg-xinput/blobdiff - src/test.c
gitlab CI: stop requiring Signed-off-by in commits
[xorg-xinput] / src / test.c
index 97305c57015149d782dabbd91cfe747ea236334e..efd268accedfa5a355307b2c7e456e648b4dcf9d 100644 (file)
@@ -98,6 +98,8 @@ print_events(Display  *dpy)
 {
     XEvent        Event;
 
+    setvbuf(stdout, NULL, _IOLBF, 0);
+
     while(1) {
        XNextEvent(dpy, &Event);