| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
AnsiEscapeCodes
Documentation
data ASCIIControlCode Source #
Constructors
Instances
data CSIParameter Source #
Constructors
Instances
data SelectGraphicRenditionParameter Source #
Constructors
Instances
data ForegroundColor Source #
Constructors
| BlackForeground | |
| RedForeground | |
| GreenForeground | |
| YellowForeground | |
| BlueForeground | |
| MagentaForeground | |
| CyanForeground | |
| WhiteForeground | |
| ForegroundColor Color |
Instances
data BrightForegroundColor Source #
Constructors
| BrightBlackForeground | |
| BrightRedForeground | |
| BrightGreenForeground | |
| BrightYellowForeground | |
| BrightBlueForeground | |
| BrightMagentaForeground | |
| BrightCyanForeground | |
| BrightWhiteForeground |
Instances
data BackgroundColor Source #
Constructors
| BlackBackground | |
| RedBackground | |
| GreenBackground | |
| YellowBackground | |
| BlueBackground | |
| MagentaBackground | |
| CyanBackground | |
| WhiteBackground | |
| BackgroundColor Color |
Instances
data BrightBackgroundColor Source #
Constructors
| BrightBlackBackground | |
| BrightRedBackground | |
| BrightGreenBackground | |
| BrightYellowBackground | |
| BrightBlueBackground | |
| BrightMagentaBackground | |
| BrightCyanBackground | |
| BrightWhiteBackground |
Instances
data EscapeSequence Source #
Constructors
Instances