-
Reset all SGR attributes
Declaration
Swift
case reset = 0 -
Undocumented
Declaration
Swift
case bold = 1 -
Undocumented
Declaration
Swift
case dimmed = 2 -
Undocumented
Declaration
Swift
case italic = 3 -
Undocumented
Declaration
Swift
case underline = 4 -
Undocumented
Declaration
Swift
case blink = 5 -
Undocumented
Declaration
Swift
case strike = 9 -
Undocumented
Declaration
Swift
case defaultFont = 10 -
Undocumented
Declaration
Swift
case black = 30 -
Undocumented
Declaration
Swift
case red = 31 -
Undocumented
Declaration
Swift
case green = 32 -
Undocumented
Declaration
Swift
case yellow = 33 -
Undocumented
Declaration
Swift
case blue = 34 -
Undocumented
Declaration
Swift
case magenta = 35 -
Undocumented
Declaration
Swift
case cyan = 36 -
Undocumented
Declaration
Swift
case white = 37 -
Undocumented
Declaration
Swift
case defaultColor = 39 -
The textual representation of this code that has an effect on an ANSI terminal.
Declaration
Swift
var controlString: String { get }
View on GitHub