package
Version:
v0.0.9
Opens a new window with list of versions in this module.
Published: Jul 1, 2024
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Bg 背景色枚举 (Basic 40, Hi-Intensity 100)
const (
BgNone Bg = iota + 99
BgBlack
BgRed
BgGreen
BgYellow
BgBlue
BgMagenta
BgCyan
BgWhite
)
背景色
Fg 前景色枚举 (Basic 30, Hi-Intensity 90)
const (
FgNone Fg = iota + 89
FgBlack
FgRed
FgGreen
FgYellow
FgBlue
FgMagenta
FgCyan
FgWhite
)
前景色
Sty 样式枚举
const (
StyNone Sty = iota
StyBold
StyFaint
StyItalic
StyUnderline
StyBlinkSlow
StyBlinkRapid
StyReverseVideo
StyConcealed
StyCrossedOut
)
样式
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.