| Safe Haskell | Safe-Inferred | 
|---|---|
| Language | Haskell98 | 
Language.Haskell.HsColour.Output
- data TerminalType
- data Output
Documentation
data TerminalType Source
Constructors
| Ansi16Colour | 
 | 
| XTerm256Compatible | 
 | 
Instances
The supported output formats.
Constructors
| TTY | ANSI terminal codes. Equivalent to  | 
| TTYg TerminalType | Terminal codes appropriate for the  | 
| LaTeX | TeX macros | 
| HTML | HTML with font tags | 
| CSS | HTML with CSS. | 
| ACSS | HTML with CSS and mouseover types. | 
| ICSS | HTML with inline CSS. | 
| MIRC | mIRC chat clients |