Skip to content

Commit ec85112

Browse files
committed
Suggested ConEmu in addition to ANSICON to solve the Windows coloring limitation
1 parent 71f30a2 commit ec85112

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

components/console/introduction.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ Coloring the Output
120120
By default, the Windows command console doesn't support output coloring. The
121121
Console component disables output coloring for Windows systems, but if your
122122
commands invoke other scripts which emit color sequences, they will be
123-
wrongly displayed as raw escape characters. Install the free `ANSICON`_
124-
application to add coloring support to your Windows command console.
123+
wrongly displayed as raw escape characters. Install the `ConEmu`_ or `ANSICON`_
124+
free applications to add coloring support to your Windows command console.
125125

126126
Whenever you output text, you can surround the text with tags to color its
127127
output. For example::
@@ -503,4 +503,5 @@ Learn More!
503503
* :doc:`/components/console/console_arguments`
504504

505505
.. _Packagist: https://packagist.org/packages/symfony/console
506+
.. _ConEmu: https://code.google.com/p/conemu-maximus5/
506507
.. _ANSICON: https://github.com/adoxa/ansicon/releases

0 commit comments

Comments
 (0)