|
|
|
|
|
| Description |
| The ANSIColor modules provides rudimentary support for ANSI
color codes on terminal displays. |
|
|
|
| data ANSICode |
| Constructors | | ANSI_Reset | | | ANSI_Bold Bool | | | ANSI_Underline Bool | | | ANSI_Inverse Bool | | | ANSI_Italics Bool | | | ANSI_Strikethru Bool | | | ANSI_Foreground ANSIColor | | | ANSI_Background ANSIColor | |
|
|
|
| data ANSIColor |
| Constructors | | ANSI_Black | | | ANSI_Red | | | ANSI_Green | | | ANSI_Yellow | | | ANSI_Blue | | | ANSI_Magenta | | | ANSI_Cyan | | | ANSI_White | |
|
|
|
| acolorize :: ANSICode -> String -> String |
|
| acode :: ANSICode -> String |
|
| Produced by Haddock version 0.4 |