[get rid of old square-stats option
John Meacham <john@repetae.net>**20090508192533
 Ignore-this: deae106e564f622dd5b49adb7dca5ec4
] hunk ./FlagDump.flags 81
-square-stats use square corners rather than curved ones, for compatibility
hunk ./Stats.hs 96
-        branch     | dump FD.SquareStats = C.lTee ++ C.hLine
-                   | otherwise           = C.lTee ++ [chr 0x2574]
-        lastBranch | dump FD.SquareStats = C.llCorner ++ C.hLine
-                   | otherwise           = [chr 0x2570, chr 0x2574]
+        branch     = C.lTee ++ C.hLine
+        lastBranch = C.llCorner ++ C.hLine