Documentation ¶
Index ¶
Constants ¶
View Source
const ( //AlignLeft aligns text left AlignLeft uint = 1 << iota //AlignRight aligns text right AlignRight //AlignCenter aligns text center AlignCenter //CenterHeader aligns first row center CenterHeader )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Attribute ¶
type Attribute int
Attribute holds an int for formatting
const ( Reset Attribute = iota Bold Faint Italic Underline BlinkSlow BlinkRapid ReverseVideo Concealed CrossedOut )
Base attributes
Foreground text colors
const ( FgHiBlack Attribute = iota + 90 FgHiRed FgHiGreen FgHiYellow FgHiBlue FgHiMagenta FgHiCyan FgHiWhite )
Foreground Hi-Intensity text colors
Background text colors
Click to show internal directories.
Click to hide internal directories.