Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamore committed Mar 5, 2024
1 parent a7f59b7 commit 52b2525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console_win.go
Expand Up @@ -169,7 +169,7 @@ const (
vtDottedUnderline = "\x1b[4:4m"
vtDashedUnderline = "\x1b[4:5m"
vtUnderColor = "\x1b[58:5:%dm"
vtUnderColorRGB = "\x1b[58:2::%p1%d:%p2%d:%p3%dm"
vtUnderColorRGB = "\x1b[58:2::%d:%d:%dm"
vtUnderColorReset = "\x1b[59m"
)

Expand Down

0 comments on commit 52b2525

Please sign in to comment.