Apparently '39' is 'font reset' for ansi colors
This commit is contained in:
parent
f1b54efe77
commit
d18d28f0a2
1 changed files with 1 additions and 1 deletions
|
@ -43,6 +43,6 @@ RESET = "\x0F"
|
|||
|
||||
ANSI_FORMAT = "\033[%sm"
|
||||
ANSI_RESET = "\033[0m"
|
||||
ANSI_COLOR_RESET = "\033[22m"
|
||||
ANSI_COLOR_RESET = "\033[39m"
|
||||
ANSI_BOLD = "\033[1m"
|
||||
ANSI_BOLD_RESET = "\033[21m"
|
||||
|
|
Loading…
Reference in a new issue