Documentation
¶
Index ¶
Constants ¶
View Source
const ( ANSI_4 uint8 = 4 ANSI_8 uint8 = 8 ANSI_24 uint8 = 24 )
Variables ¶
View Source
var AVAILABLE_OPTIONS = map[string]AvailableOption{ "bold": {/* contains filtered or unexported fields */}, "underscore": {/* contains filtered or unexported fields */}, "blink": {/* contains filtered or unexported fields */}, "reverse": {/* contains filtered or unexported fields */}, "conceal": {/* contains filtered or unexported fields */}, }
View Source
var BRIGHT_COLORS = map[string]int{
"gray": 0,
"bright-red": 1,
"bright-green": 2,
"bright-yellow": 3,
"bright-blue": 4,
"bright-magenta": 5,
"bright-cyan": 6,
"bright-white": 7,
}
View Source
var COLORS = map[string]int{
"black": 0,
"red": 1,
"green": 2,
"yellow": 3,
"blue": 4,
"magenta": 5,
"cyan": 6,
"white": 7,
"default": 9,
}
Functions ¶
Types ¶
type AvailableOption ¶
type AvailableOption struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.