summaryrefslogtreecommitdiff
path: root/compat/winansi.c
Commit message (Expand)AuthorAgeFilesLines
* Win32: reliably detect console pipe handlessk/mingw-uni-consoleKarsten Blees2014-06-161-18/+7
* Win32: fix broken pipe detectionKarsten Blees2014-06-101-44/+70
* Win32: Thread-safe windows console outputKarsten Blees2014-06-101-138/+263
* Win32: warn if the console font doesn't support UnicodeKarsten Blees2014-06-101-0/+66
* Win32: detect console streams more reliablyKarsten Blees2014-06-101-24/+26
* Win32: support Unicode console outputKarsten Blees2014-06-101-6/+20
* Make usage of windows.h lean and meanMarius Storm-Olsen2009-09-181-1/+0
* Work around a regression in Windows 7, causing erase_in_line() to crash somet...Johannes Schindelin2009-06-011-1/+2
* winansi: support ESC [ K (erase in line)Johannes Schindelin2009-03-101-3/+15
* Add ANSI control code emulation for the Windows consolePeter Harris2008-07-191-0/+345