Added ANSI colors

This commit is contained in:
Eduard Urbach 2024-03-11 23:28:37 +01:00
parent 55da31ffd6
commit 929938dcd6
Signed by: eduard
GPG key ID: 49226B848C78F6C8
5 changed files with 135 additions and 1 deletions

14
ansi/Format.go Normal file
View file

@ -0,0 +1,14 @@
package ansi
const (
Reset Code = iota
Bold
Dim
Italic
Underline
Blink
BlinkFast
Reverse
Hidden
Strikethrough
)