File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -143,8 +143,9 @@ Coloring the Output
143
143
By default, the Windows command console doesn't support output coloring. The
144
144
Console component disables output coloring for Windows systems, but if your
145
145
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.
148
149
149
150
Whenever you output text, you can surround the text with tags to color its
150
151
output. For example::
@@ -546,3 +547,4 @@ Learn More!
546
547
.. _Packagist : https://packagist.org/packages/symfony/console
547
548
.. _ConEmu : https://code.google.com/p/conemu-maximus5/
548
549
.. _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.
51
51
52
52
.. tip ::
53
53
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.
56
56
57
57
.. _ConEmu : https://code.google.com/p/conemu-maximus5/
58
58
.. _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