summaryrefslogtreecommitdiff
path: root/src/compiler/GF/System/Console.hs
AgeCommit message (Collapse)Author
2014-11-10Some work to improve the structure of the haddock documenationhallgren
2014-10-28Use terminfo to highlight warnings and errors in blue and redhallgren
This replaces the hardwired ANSI escape codes that were accidentally included in a previous patch. This adds a dependency on terminfo, but this should be unproblematic, since haskeline already depends on the same underlying C library. The color highlighting is omitted on Windows.
2014-10-16More haddock documentation improvementshallgren
2012-10-05Factor out code for setting the console encodinghallgren
Moved similar low-level code blocks in Main and GFI for setting the console encoding to the new module GF.System.Console.