File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -143,8 +143,9 @@ Coloring the Output
143143 By default, the Windows command console doesn't support output coloring. The
144144 Console component disables output coloring for Windows systems, but if your
145145 commands invoke other scripts which emit color sequences, they will be
146- wrongly displayed as raw escape characters. Install the `ConEmu `_ or `ANSICON `_
147- free applications to add coloring support to your Windows command console.
146+ wrongly displayed as raw escape characters. Install the `ConEmu `_, `ANSICON `_
147+ or `Mintty `_ (used by default in GitBash and Cygwin) free applications
148+ to add coloring support to your Windows command console.
148149
149150Whenever you output text, you can surround the text with tags to color its
150151output. For example::
@@ -546,3 +547,4 @@ Learn More!
546547.. _Packagist : https://packagist.org/packages/symfony/console
547548.. _ConEmu : https://code.google.com/p/conemu-maximus5/
548549.. _ANSICON : https://github.com/adoxa/ansicon/releases
550+ .. _Mintty : https://mintty.github.io/
Original file line number Diff line number Diff line change @@ -51,8 +51,9 @@ what's going on and if the tests are broken because of the new code.
5151
5252 .. tip ::
5353
54- On Windows, install the `ConEmu `_ or `ANSICON `_ free applications to see
55- colored test results.
54+ On Windows, install the `ConEmu `_, ` ANSICON `_ or `Mintty `_ free applications
55+ to see colored test results.
5656
5757.. _ConEmu : https://code.google.com/p/conemu-maximus5/
5858.. _ANSICON : https://github.com/adoxa/ansicon/releases
59+ .. _Mintty : https://mintty.github.io/
You can’t perform that action at this time.
0 commit comments