Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DefaultFG = escape.Sequence{Pre: "39", Post: ""} // DefaultFG resets the foreground color DefaultBG = escape.Sequence{Pre: "49", Post: ""} // DefaultBG resets the background color Black = Color{0} Red = Color{1} Green = Color{2} Yellow = Color{3} Blue = Color{4} Magenta = Color{5} Cyan = Color{6} LightGray = Color{7} DarkGray = Color{8} LightRed = Color{9} LightGreen = Color{10} LightYellow = Color{11} LightBlue = Color{12} LightMagenta = Color{13} LightCyan = Color{14} White = Color{15} )
CSI Character Attributes (SGR) - Colors See: https://invisible-island.net/xterm/ctlseqs/ctlseqs.html
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.