Merge branch 'js/mingw-isatty'
commit58fcd54853023b28a44016c06bd84fc91d2556ed
authorJunio C Hamano <gitster@pobox.com>
Tue, 27 Dec 2016 08:11:46 +0000 (27 00:11 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 27 Dec 2016 08:11:46 +0000 (27 00:11 -0800)
tree7028122f2f83c8347ff8dcab6df8001be36c82a8
parent7143258d79031648507a8066603ef04ec4413a21
parenta9b8a09c3c30886c79133da9f48ef9f98c21c3b2
Merge branch 'js/mingw-isatty'

Update the isatty() emulation for Windows by updating the previous
hack that depended on internals of (older) MSVC runtime.

* js/mingw-isatty:
  mingw: replace isatty() hack
  mingw: fix colourization on Cygwin pseudo terminals
  mingw: adjust is_console() to work with stdin
compat/winansi.c