URI:
       small fork related fix. - tabbed - my small fork of tabbed
  HTML git clone https://git.drkhsh.at/tabbed.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 4e6156904cca392cbf6b9d5c81f54d6fbe745662
   DIR parent 5e6ca4f2fcea8a7549138d27da651a5e885f4215
  HTML Author: Enno Boland (tox) <tox@s01.de>
       Date:   Tue, 22 Sep 2009 20:21:31 +0200
       
       small fork related fix.
       Diffstat:
         M tabbed.c                            |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/tabbed.c b/tabbed.c
       @@ -772,6 +772,7 @@ main(int argc, char *argv[]) {
                                close(ConnectionNumber(dpy));
                        return EXIT_SUCCESS;
                }
       +        fclose(stdout);
                run();
                cleanup();
                XCloseDisplay(dpy);