summaryrefslogtreecommitdiff
path: root/compat/winansi.c
AgeCommit message (Expand)Author
2016-12-12mingw: intercept isatty() to handle /dev/null as Git expects itJohannes Schindelin
2016-06-20mingw: let the build succeed with DEVELOPER=1Johannes Schindelin
2016-05-26mingw: make isatty() recognize MSYS2's pseudo terminals (/dev/pty*)Karsten Blees
2016-01-15mingw: avoid warnings when casting HANDLEs to intJohannes Schindelin
2016-01-14compat/winansi: support compiling with MSys2Johannes Schindelin
2015-09-25convert trivial sprintf / strcpy calls to xsnprintfJeff King
2014-06-16Win32: reliably detect console pipe handlesKarsten Blees
2014-06-10Win32: fix broken pipe detectionKarsten Blees
2014-06-10Win32: Thread-safe windows console outputKarsten Blees
2014-06-10Win32: warn if the console font doesn't support UnicodeKarsten Blees
2014-06-10Win32: detect console streams more reliablyKarsten Blees
2014-06-10Win32: support Unicode console outputKarsten Blees
2009-09-19Make usage of windows.h lean and meanMarius Storm-Olsen
2009-06-01Work around a regression in Windows 7, causing erase_in_line() to crash somet...Johannes Schindelin
2009-03-11winansi: support ESC [ K (erase in line)Johannes Schindelin
2008-07-19Add ANSI control code emulation for the Windows consolePeter Harris