implement 'output.ansi' option (#2628)

This commit is contained in:
Mike Fährmann
2022-05-29 19:15:25 +02:00
parent 415c208c1f
commit 603af48265
4 changed files with 30 additions and 0 deletions

View File

@@ -2948,6 +2948,17 @@ Description
.. __: `output.mode`_
output.ansi
-----------
Type
``bool``
Default
``false``
Description
| On Windows, enable ANSI escape sequences and colored output
| by setting the ``ENABLE_VIRTUAL_TERMINAL_PROCESSING`` flag for stdout and stderr.
output.skip
-----------
Type