Bold reset is 22, not 21
This commit is contained in:
parent
5c6aa87470
commit
e5f068f660
1 changed files with 1 additions and 1 deletions
|
@ -45,4 +45,4 @@ ANSI_FORMAT = "\033[%sm"
|
|||
ANSI_RESET = "\033[0m"
|
||||
ANSI_COLOR_RESET = "\033[39m"
|
||||
ANSI_BOLD = "\033[1m"
|
||||
ANSI_BOLD_RESET = "\033[21m"
|
||||
ANSI_BOLD_RESET = "\033[22m"
|
||||
|
|
Loading…
Reference in a new issue