Apparently '39' is 'font reset' for ansi colors

This commit is contained in:
jesopo 2018-11-13 17:53:37 +00:00
parent f1b54efe77
commit d18d28f0a2

View file

@ -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"