lutecki

Results 1 issues of lutecki

Hi, When redirecting stdout to a file, the colors for both stdout and stderr are changed in unexpected way. The following snippet: ``` import colorama import sys colorama.init() sys.stderr.write(colorama.Fore.RED +...