Add ANSI control code emulation for the Windows console
commitb7e3ccb0f7a01873887cbe91b6b796d9be943d30
authorPeter Harris <peter.harris@hummingbird.com>
Wed, 9 Jul 2008 21:26:17 +0000 (9 17:26 -0400)
committerPeter Harris <peter.harris@hummingbird.com>
Wed, 9 Jul 2008 21:26:17 +0000 (9 17:26 -0400)
tree69f2534af46437cf83918031f4d5ac2463d862a1
parent46f4d741672ecb7caa7c798a313a9c298b15daed
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>
Makefile
compat/mingw.h
compat/winansi.c [new file with mode: 0644]