Yet another attempt at supporting Windows 10's ANSI/VT console by segevfiner · Pull Request #139 · tartley/colorama

This time I'm properly using ENABLE_VIRTUAL_TERMINAL_PROCESSING which is what really controls this. I enable it when first needed and disable it on atexit. Also, instead of checking for Windows...