> Cc: [email protected] > From: Hans-Bernhard Bröker <[email protected]> > Date: Sat, 29 Apr 2017 23:44:45 +0200 > > Changing line 39 of terminal.c to this: > > #elif defined (HAVE_TERMCAP_H) && !defined (__MINGW32__) > > does indeed allow ginfo.exe to build. > > It does not really work, though. It behaves as if its stdout had been > redirected, because the isatty() check fails. Looks like that "MinGW > applications inside a MSYS2 Mintty fail detecting tty" issue.
Does info.exe work on the native Windows terminal window? That's what it's supposed to support on MS-Windows; mintty is not currently supported.
