Add ANSI control code emulation for the Windows console
commit14c8eef4e02f9c2f7955c435467f42fa3aeac072
authorPeter Harris <git@peter.is-a-geek.org>
Wed, 9 Jul 2008 21:34:20 +0000 (9 17:34 -0400)
committerJohannes Sixt <johannes.sixt@telecom.at>
Thu, 10 Jul 2008 06:59:52 +0000 (10 08:59 +0200)
tree469b9f45757f3cac41cddc724ac0a5016c500bc4
parent2a337eda67f4e62520fb38a48c51577f572065da
Add ANSI control code emulation for the Windows console

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.

Signed-off-by: Peter Harris <git@peter.is-a-geek.org>
Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
Makefile
compat/mingw.h
compat/winansi.c [new file with mode: 0644]