http://bugs.winehq.org/show_bug.cgi?id=27605 Tobi L <tobil4sk@outlook.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tobil4sk@outlook.com --- Comment #13 from Tobi L <tobil4sk@outlook.com> --- Created attachment 80210 --> http://bugs.winehq.org/attachment.cgi?id=80210 test program for Ctrl-C in prompt This bug makes it quite difficult to exit cli prompts e.g. for interactive languages like lua. I've attached a small c program that can be used to reproduce incorrect Ctrl-C behaviour in wine cmd (tested with clean prefix and commit 13162f5d4874e2b79440174d7301a218ca1d65c1). Happens both with wineconsole and direct cmd calls. Steps to reproduce: 1. compile C file into exe 2. run the exe 3. press Ctrl-C 4. observe new cmd prompt 5. observe that newly typed characters appear on the previous line instead of the cmd prompt At this point the program is in a broken state where pressing different combinations of Ctrl-C and Enter can result in different odd behaviour. It is possible to return to a working prompt by pressing Enter twice (or more) and then Ctrl-C once. When the first Ctrl-C is pressed that kills the program, I also see this output: 013c:fixme:console:default_ctrl_handler Terminating process 130 on event 0 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.