summaryrefslogtreecommitdiff
path: root/compat/winansi.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-20mingw: let the build succeed with DEVELOPER=1Libravatar Johannes Schindelin1-1/+1
2016-05-26mingw: make isatty() recognize MSYS2's pseudo terminals (/dev/pty*)Libravatar Karsten Blees1-4/+54
2016-01-15mingw: avoid warnings when casting HANDLEs to intLibravatar Johannes Schindelin1-1/+2
2016-01-14compat/winansi: support compiling with MSys2Libravatar Johannes Schindelin1-0/+2
2015-09-25convert trivial sprintf / strcpy calls to xsnprintfLibravatar Jeff King1-1/+1
2014-06-16Win32: reliably detect console pipe handlesLibravatar Karsten Blees1-18/+7
2014-06-10Win32: fix broken pipe detectionLibravatar Karsten Blees1-44/+70
2014-06-10Win32: Thread-safe windows console outputLibravatar Karsten Blees1-138/+263
2014-06-10Win32: warn if the console font doesn't support UnicodeLibravatar Karsten Blees1-0/+66
2014-06-10Win32: detect console streams more reliablyLibravatar Karsten Blees1-24/+26
2014-06-10Win32: support Unicode console outputLibravatar Karsten Blees1-6/+20
2009-09-18Make usage of windows.h lean and meanLibravatar Marius Storm-Olsen1-1/+0
2009-06-01Work around a regression in Windows 7, causing erase_in_line() to crash somet...Libravatar Johannes Schindelin1-1/+2
2009-03-10winansi: support ESC [ K (erase in line)Libravatar Johannes Schindelin1-3/+15
2008-07-19Add ANSI control code emulation for the Windows consoleLibravatar Peter Harris1-0/+345