small fork related fix.
1 files changed, 1 insertions(+), 0 deletions(-) M tabbed.c
M tabbed.c => tabbed.c +1 -0
@@ 772,6 772,7 @@ main(int argc, char *argv[]) { close(ConnectionNumber(dpy)); return EXIT_SUCCESS; } + fclose(stdout); run(); cleanup(); XCloseDisplay(dpy);