##// END OF EJS Templates
help: update the color documentation for Windows 10 ANSI support...
Matt Harbison -
r32666:dd0bdeb0 default
parent child Browse files
Show More
@@ -22,7 +22,8 b' See :hg:`help config.ui.color` for detai'
22 The default pager on Windows does not support color, so enabling the pager
22 The default pager on Windows does not support color, so enabling the pager
23 will effectively disable color. See :hg:`help config.ui.paginate` to disable
23 will effectively disable color. See :hg:`help config.ui.paginate` to disable
24 the pager. Alternately, MSYS and Cygwin shells provide `less` as a pager,
24 the pager. Alternately, MSYS and Cygwin shells provide `less` as a pager,
25 which can be configured to support ANSI color mode.
25 which can be configured to support ANSI color mode. Windows 10 natively
26 supports ANSI color mode.
26
27
27 Mode
28 Mode
28 ====
29 ====
@@ -415,7 +415,7 b' effect and style see :hg:`help color`.'
415 ``mode``
415 ``mode``
416 String: control the method used to output color. One of ``auto``, ``ansi``,
416 String: control the method used to output color. One of ``auto``, ``ansi``,
417 ``win32``, ``terminfo`` or ``debug``. In auto mode, Mercurial will
417 ``win32``, ``terminfo`` or ``debug``. In auto mode, Mercurial will
418 use ANSI mode by default (or win32 mode on Windows) if it detects a
418 use ANSI mode by default (or win32 mode prior to Windows 10) if it detects a
419 terminal. Any invalid value will disable color.
419 terminal. Any invalid value will disable color.
420
420
421 ``pagermode``
421 ``pagermode``
General Comments 0
You need to be logged in to leave comments. Login now