[Add -dsquare-stats option for terminals with poor character coverage
Samuel Bronson <naesten@gmail.com>**20080320034832] hunk ./FlagDump.flags 73
-@verbose progress
+@verbose     progress
hunk ./FlagDump.flags 75
-progress show basic progress indicators
-stats show extra information about stuff
-html use html escape codes in output
+progress     show basic progress indicators
+stats        show extra information about stuff
+html         use html escape codes in output
+square-stats use square corners rather than curved ones, for compatibility
hunk ./Stats.hs 52
-
+import Options (dump)
+import qualified FlagDump as FD
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]
+        