[Oops... left out one of the most important parts of -dsquare-stats
Samuel Bronson <naesten@gmail.com>**20080320192134] hunk ./Stats.hs 91
-        drawSubTrees [t] =
-                {-[vLine] :-} shift [chr 0x2570, chr 0x2574] "  " (draw t)
+        drawSubTrees [t] = 
+                {-[vLine] :-} shift lastBranch "  " (draw t)
hunk ./Stats.hs 94
-                {-[vLine] :-} shift (C.lTee ++ [chr 0x2574]) (C.vLine  ++ " ") (draw t) ++ drawSubTrees ts
+                {-[vLine] :-} shift branch (C.vLine  ++ " ") (draw t) ++ drawSubTrees ts