summaryrefslogtreecommitdiffstats
path: root/compat/winansi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mingw: fix isatty() after dup2()Johannes Schindelin2018-10-311-0/+12
* winansi: avoid buffer overrunJohannes Schindelin2017-05-081-0/+5
* winansi: avoid use of uninitialized valueJohannes Schindelin2017-05-081-0/+7
* Merge branch 'js/mingw-isatty'Junio C Hamano2017-02-161-0/+4
|\
| * mingw: make stderr unbuffered againJohannes Schindelin2017-02-141-0/+4
* | Merge branch 'js/mingw-isatty'Junio C Hamano2017-01-311-7/+4
|\|
| * mingw: follow-up to "replace isatty() hack"Johannes Schindelin2017-01-181-7/+4
* | Merge branch 'js/mingw-isatty'Junio C Hamano2016-12-271-114/+84
|\|
| * mingw: replace isatty() hackJeff Hostetler2016-12-221-107/+69
| * mingw: fix colourization on Cygwin pseudo terminalsAlan Davies2016-12-221-2/+6
| * mingw: adjust is_console() to work with stdinJohannes Schindelin2016-12-221-1/+5
* | Merge branch 'mk/mingw-winansi-ttyname-termination-fix'Junio C Hamano2016-12-271-1/+1
|\ \ | |/ |/|
| * mingw: consider that UNICODE_STRING::Length counts bytesMax Kirillov2016-12-201-1/+1
* | mingw: intercept isatty() to handle /dev/null as Git expects itJohannes Schindelin2016-12-111-0/+33
* | mingw: let the build succeed with DEVELOPER=1Johannes Schindelin2016-06-201-1/+1
|/
* mingw: make isatty() recognize MSYS2's pseudo terminals (/dev/pty*)Karsten Blees2016-05-261-4/+54
* mingw: avoid warnings when casting HANDLEs to intJohannes Schindelin2016-01-151-1/+2
* compat/winansi: support compiling with MSys2Johannes Schindelin2016-01-141-0/+2
* convert trivial sprintf / strcpy calls to xsnprintfJeff King2015-09-251-1/+1
* Win32: reliably detect console pipe handlesKarsten 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 sometimesJohannes 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