Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d8d4345

Browse files
stofxabbuh
authored andcommitted
Document the support of Mintty for colors
1 parent 790e2c0 commit d8d4345

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

components/console/introduction.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

149150
Whenever you output text, you can surround the text with tags to color its
150151
output. 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/

contributing/code/tests.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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/

0 commit comments

Comments
 (0)