Skip to content

Commit d2dce7f

Browse files
committed
minor symfony#10736 Add Hyper terminal (azjezz)
This PR was submitted for the 4.2 branch but it was squashed and merged into the 3.4 branch instead (closes symfony#10736). Discussion ---------- Add Hyper terminal add hyper to the list of consoles that support ASCII on windows. Commits ------- 2e63baf Add Hyper terminal
2 parents aabfc35 + 2e63baf commit d2dce7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

console/coloring.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ output (e.g. important messages, titles, comments, etc.).
1010
Console component disables output coloring for Windows systems, but if your
1111
commands invoke other scripts which emit color sequences, they will be
1212
wrongly displayed as raw escape characters. Install the `Cmder`_, `ConEmu`_, `ANSICON`_
13-
or `Mintty`_ (used by default in GitBash and Cygwin) free applications
13+
,`Mintty`_ (used by default in GitBash and Cygwin) or `Hyper`_ free applications
1414
to add coloring support to your Windows command console.
1515

1616
Using Color Styles
@@ -78,3 +78,4 @@ You can also set these colors and options directly inside the tagname::
7878
.. _ConEmu: https://conemu.github.io/
7979
.. _ANSICON: https://github.com/adoxa/ansicon/releases
8080
.. _Mintty: https://mintty.github.io/
81+
.. _Hyper: https://hyper.is/

0 commit comments

Comments
 (0)