-
-
Notifications
You must be signed in to change notification settings - Fork 418
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow Ponytest color output in CMD and Powershell #2700
Comments
Creating a registry entry in |
According to |
This enables support for ANSI escape sequences in Windows console output for `stdout` and `stderr` for all Pony programs. Fixes ponylang#2700. Note that this will only work on Windows 10 builds later than 10586.
This enables support for ANSI escape sequences in Windows console output for `stdout` and `stderr` for all Pony programs. Fixes #2700. Note that this will only work on Windows 10 builds later than 10586.
This enables support for ANSI escape sequences in Windows console output for `stdout` and `stderr` for all Pony programs. Fixes ponylang#2700. Note that this will only work on Windows 10 builds later than 10586.
Successful and failed tests come with green and red color ANSI color codes. These show up like
�[92m
in CMD and Powershell. I don't know if CMD and Powershell support the same or different color systems, but Git for Windows is able to display colors in both terminals.The text was updated successfully, but these errors were encountered: