Added ANSI colors
This commit is contained in:
parent
55da31ffd6
commit
929938dcd6
5 changed files with 135 additions and 1 deletions
14
ansi/Format.go
Normal file
14
ansi/Format.go
Normal file
|
@ -0,0 +1,14 @@
|
|||
package ansi
|
||||
|
||||
const (
|
||||
Reset Code = iota
|
||||
Bold
|
||||
Dim
|
||||
Italic
|
||||
Underline
|
||||
Blink
|
||||
BlinkFast
|
||||
Reverse
|
||||
Hidden
|
||||
Strikethrough
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue