Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

win32: also ENABLE_VIRTUAL_TERMINAL_PROCESSING on stderr #280

Merged
merged 1 commit into from
Apr 11, 2019

Commits on Apr 11, 2019

  1. win32: also ENABLE_VIRTUAL_TERMINAL_PROCESSING on stderr

    Follow-up on jarun#277.
    
    As discussed here[1], it's not really necessary when stdout and stderr are the
    same console, but it doesn't hurt either.
    
    Note that we did not test sys.stderr.isatty() in the code. This has been
    considered, and deemed not a problem, since stdout is handled first (what
    really matters) and we have a catch-all pass for any possible exception.
    
    [1] jarun#277 (comment)
    zmwangx committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    05a0a5b View commit details
    Browse the repository at this point in the history