summaryrefslogtreecommitdiff
path: root/compat/winansi.c
AgeCommit message (Expand)AuthorFilesLines
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