From d1c2c562b7abdf2b451fc8203a9ac1c53236462c Mon Sep 17 00:00:00 2001 From: azjezz <29315886+azjezz@users.noreply.github.com> Date: Thu, 6 Dec 2018 22:35:59 +0100 Subject: [PATCH 1/2] Add Hyper terminal add hyper to the list of console that support ascii on windows. --- console/coloring.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/console/coloring.rst b/console/coloring.rst index 75458394abb..7d2f9a0ce6c 100644 --- a/console/coloring.rst +++ b/console/coloring.rst @@ -10,7 +10,7 @@ output (e.g. important messages, titles, comments, etc.). 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 `Cmder`_, `ConEmu`_, `ANSICON`_ - or `Mintty`_ (used by default in GitBash and Cygwin) free applications + ,`Mintty`_ (used by default in GitBash and Cygwin) or `Hyper`_ free applications to add coloring support to your Windows command console. Using Color Styles @@ -78,3 +78,4 @@ You can also set these colors and options directly inside the tag name:: .. _ConEmu: https://conemu.github.io/ .. _ANSICON: https://github.com/adoxa/ansicon/releases .. _Mintty: https://mintty.github.io/ +.. _Hyper: https://hyper.is/ From e4bc7a3ffea8879d7dccb282fe841218ca8dd4d9 Mon Sep 17 00:00:00 2001 From: azjezz <29315886+azjezz@users.noreply.github.com> Date: Thu, 6 Dec 2018 22:36:54 +0100 Subject: [PATCH 2/2] remove extra space. --- console/coloring.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console/coloring.rst b/console/coloring.rst index 7d2f9a0ce6c..54c29fe9e85 100644 --- a/console/coloring.rst +++ b/console/coloring.rst @@ -10,7 +10,7 @@ output (e.g. important messages, titles, comments, etc.). 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 `Cmder`_, `ConEmu`_, `ANSICON`_ - ,`Mintty`_ (used by default in GitBash and Cygwin) or `Hyper`_ free applications + ,`Mintty`_ (used by default in GitBash and Cygwin) or `Hyper`_ free applications to add coloring support to your Windows command console. Using Color Styles