Re: [msysGit] [PATCH 10/12] Add ANSI control code emulation for the Windows console
From: Johannes Sixt <hidden> Date: 2016-06-15 22:44:52
On Mittwoch, 2. Juli 2008, Steffen Prohaska wrote:
This adds only the minimum necessary to keep git pull/merge's diffstat from
wrapping. Notably absent is support for the K (erase) operation, and
support for POSIX write.
If I understand the patch correctly, it won't affect output that goes to the
pager; only text that goes directly to the console would be colored. This is
a start. I think I'll queue this in mingw.git.
-- Hannes