t* dwm + patches
       
   URI git clone git://git.codevoid.de/dwm-sdk
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit e1002745fa4e2649d1f166f652c6c41ccfaaca9b
   DIR parent 940a4cc6c686fc38306acd5c8ae2d20caae16e5b
   URI Author: Anselm R Garbe <garbeam@gmail.com>
       Date:   Wed, 28 May 2008 10:45:18 +0100
       
       core dump fix in cleanup
       Diffstat:
         M dwm.c                               |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/dwm.c b/dwm.c
       t@@ -357,7 +357,7 @@ checkotherwm(void) {
        void
        cleanup(void) {
                close(STDIN_FILENO);
       -        view(NULL);
       +        view((uint[]){~0});
                while(stack)
                        unmanage(stack);
                if(dc.font.set)