diff options
Diffstat (limited to 'src/cmd/rio/error.c')
| -rw-r--r-- | src/cmd/rio/error.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/rio/error.c b/src/cmd/rio/error.c index 358a36a5..fa2493f3 100644 --- a/src/cmd/rio/error.c +++ b/src/cmd/rio/error.c @@ -87,6 +87,7 @@ dotrace(char *s, Client *c, XEvent *e) { if(debug == 0) return; +setbuf(stdout, 0); fprintf(stderr, "rio: %s: c=%p", s, (void*)c); if(c) fprintf(stderr, " x %d y %d dx %d dy %d w 0x%x parent 0x%x", c->x, c->y, c->dx, c->dy, (int)c->window, (int)c->parent); |
