equal
deleted
inserted
replaced
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 on Windows) 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`` |
422 String: optinal override of ``color.mode`` used with pager. |
422 String: optional override of ``color.mode`` used with pager. |
423 |
423 |
424 On some systems, terminfo mode may cause problems when using |
424 On some systems, terminfo mode may cause problems when using |
425 color with ``less -R`` as a pager program. less with the -R option |
425 color with ``less -R`` as a pager program. less with the -R option |
426 will only display ECMA-48 color codes, and terminfo mode may sometimes |
426 will only display ECMA-48 color codes, and terminfo mode may sometimes |
427 emit codes that less doesn't understand. You can work around this by |
427 emit codes that less doesn't understand. You can work around this by |