Idris2Doc : Control.ANSI.SGR

Control.ANSI.SGR

Definitions

dataColor : Type
Totality: total
Visibility: public export
Constructors:
Black : Color
Red : Color
Green : Color
Yellow : Color
Blue : Color
Magenta : Color
Cyan : Color
White : Color
BrightBlack : Color
BrightRed : Color
BrightGreen : Color
BrightYellow : Color
BrightBlue : Color
BrightMagenta : Color
BrightCyan : Color
BrightWhite : Color

Hint: 
CastColorString
dataStyle : Type
Totality: total
Visibility: public export
Constructors:
Bold : Style
Faint : Style
NotBoldOrFaint : Style
Italic : Style
SingleUnderline : Style
DoubleUnderline : Style
NoUnderline : Style
Striked : Style
NotStriked : Style

Hint: 
CastStyleString
Totality: total
Visibility: public export
Constructors:
Slow : Blink
Rapid : Blink

Hint: 
CastBlinkString
dataSGR : Type
Totality: total
Visibility: public export
Constructors:
Reset : SGR
SetForeground : Color->SGR
SetBackground : Color->SGR
SetStyle : Style->SGR
escapeSGR : ListSGR->String
  Returns the ANSI escape code equivalent to the list of operations provided.

Totality: total
Visibility: export