summaryrefslogtreecommitdiff
path: root/src/compiler/GF/System
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/GF/System')
-rw-r--r--src/compiler/GF/System/Console.hs5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/compiler/GF/System/Console.hs b/src/compiler/GF/System/Console.hs
index 37eac816d..e064b9869 100644
--- a/src/compiler/GF/System/Console.hs
+++ b/src/compiler/GF/System/Console.hs
@@ -1,8 +1,9 @@
{-# LANGUAGE CPP #-}
module GF.System.Console(
- -- ** Changing which character encoding to use for console IO
+ -- ** Console IO
+ -- *** Changing which character encoding to use for console IO
setConsoleEncoding,changeConsoleEncoding,
- -- ** Console colors
+ -- *** Console colors
TermColors(..),getTermColors
) where
import System.IO