diff --git a/components/console/introduction.rst b/components/console/introduction.rst index bc42656ecf9..a2509c7caa1 100644 --- a/components/console/introduction.rst +++ b/components/console/introduction.rst @@ -143,8 +143,9 @@ Coloring the Output By default, the Windows command console doesn't support output coloring. The Console component disables output coloring for Windows systems, but if your commands invoke other scripts which emit color sequences, they will be - wrongly displayed as raw escape characters. Install the `ConEmu`_ or `ANSICON`_ - free applications to add coloring support to your Windows command console. + wrongly displayed as raw escape characters. Install the `ConEmu`_, `ANSICON`_ + or `Mintty`_ (used by default in GitBash and Cygwin) free applications + to add coloring support to your Windows command console. Whenever you output text, you can surround the text with tags to color its output. For example:: @@ -582,3 +583,4 @@ Learn More! .. _Packagist: https://packagist.org/packages/symfony/console .. _ConEmu: https://code.google.com/p/conemu-maximus5/ .. _ANSICON: https://github.com/adoxa/ansicon/releases +.. _Mintty: https://mintty.github.io/ diff --git a/contributing/code/tests.rst b/contributing/code/tests.rst index fed679128c5..1e97a3ab1d2 100644 --- a/contributing/code/tests.rst +++ b/contributing/code/tests.rst @@ -51,8 +51,9 @@ what's going on and if the tests are broken because of the new code. .. tip:: - On Windows, install the `ConEmu`_ or `ANSICON`_ free applications to see - colored test results. + On Windows, install the `ConEmu`_, `ANSICON`_ or `Mintty`_ free applications + to see colored test results. .. _ConEmu: https://code.google.com/p/conemu-maximus5/ .. _ANSICON: https://github.com/adoxa/ansicon/releases +.. _Mintty: https://mintty.github.io/