Hello. Sorry for the accidental submit.
Both isatty() and GetConsoleScreenBufferInfo() fail with mintty 2.1.5 in MSYS2.
GetConsoleScreenBufferInfo() is used to get the number of rows/cols.
ioctl() is not available in MSYS2/mingw-w64.
isatty() seems to be an alias to _isatty().