msknathan / mintty

Automatically exported from code.google.com/p/mintty
GNU General Public License v3.0
0 stars 0 forks source link

Control-C and control-Z do not abort or stop, respectively #316

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download googletest from http://code.google.com/p/googletest
2. Compile gtest/msvc/gtest-md.sln using Visual Studio
3. change directories to gtest/msvc/gtest-md/Debug
4. run ./gtest_unittest.exe --gtest_repeat=100
5. Hit control-C or control-Z

What is the expected output? What do you see instead?
EXPECTED

What versions of mintty, Cygwin/MSYS, and Windows are you using?
mintty 1.0.3
cygwin 1.7.9
Windows OS Name Microsoft Windows 7 Home Premium Version    6.1.7601 Service Pack 
1 Build 7601

Please provide any additional information below.
REGRESSION
Both control-C and control worked in previous versions of the cygwin terminal

Original issue reported on code.google.com by realityp...@gmail.com on 5 Feb 2012 at 6:52

GoogleCodeExporter commented 9 years ago
Issue 56 again. Try either building gtest for Cygwin or otherwise run the 
VS-built gtest in a console, e.g. by invoking it through cygstart.

Original comment by andy.koppe on 24 Feb 2012 at 5:54