On Thu, Jan 19, 2017 at 12:54:33AM +0500, Mihail Konev wrote:
> On Sat, Jan 07, 2017 at 10:52:40AM +0500, Mihail Konev wrote:
> > Signed-off-by: Mihail Konev <k....@ya.ru>
> > Moved-from: https://github.com/Alexpux/mingw-w64/pull/3
> > Reference: https://cygwin.com/ml/cygwin-developers/2016-11/msg00002.html
> > ---
> > v11: const the exported isatty
> > 
> >  mingw-w64-crt/Makefile.am                      |   1 +
> >  mingw-w64-crt/def-include/msvcrt-common.def.in |   2 +-
> >  mingw-w64-crt/lib64/moldname-msvcrt.def        |   2 +-
> >  mingw-w64-crt/stdio/isatty.c                   | 111 
> > +++++++++++++++++++++++++
> >  mingw-w64-headers/crt/io.h                     |   1 +
> >  5 files changed, 115 insertions(+), 2 deletions(-)
> >  create mode 100644 mingw-w64-crt/stdio/isatty.c
> > 
> 
> Maybe making Cygwin present Win32 applications with a Windows Console
> (which mirrors pty stdout and drives pty stdin) would be more correct
> (as it allows smoother interoperability)?
> 

That is, this should be solvable without having to touch MinGW.

(By instead improving winpty and/or its support on Cygwin/MSYS).

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to