OhmNomNom / thyme

A fork of mintty, for the modern world
GNU General Public License v3.0
0 stars 0 forks source link

Windows console emulation #238

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Running python.exe in mintty for MSYS doesn't work. The ">>>" prompt is not 
displayed and output of print is not printed.

This is because python.exe uses Microsoft API to interact with windows console, 
but mintty does not pretend to be a console.

So the request is making mintty work with applications written specifically to 
windows console.

Original issue reported on code.google.com by br.renatosilva on 13 Dec 2010 at 3:15

GoogleCodeExporter commented 9 years ago

Original comment by andy.koppe on 13 Dec 2010 at 4:20