Skip to content

Commit

Permalink
fix: fix modifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinJWendt committed Aug 2, 2024
1 parent 1bc7a2f commit 733449b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modifier.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const modifierSequence = "\033[%dm"
const (
Reset Modifier = iota
Bold
Faint
Italic
Underline
)
Expand Down

0 comments on commit 733449b

Please sign in to comment.