https://bugs.winehq.org/show_bug.cgi?id=54141 Eric Pouech <eric.pouech(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|wine-bugs(a)winehq.org |eric.pouech(a)gmail.com --- Comment #15 from Eric Pouech <eric.pouech(a)gmail.com> --- Created attachment 73681 --> https://bugs.winehq.org/attachment.cgi?id=73681 tentative patch under this two assupmptions: - if your app does what I believe it does (using windows's console processed mode) - and if ctrl-4 generates ctrl-\ (terminal emulator) with this patch applied, your app should no longer close on ctrl-4 tentative patch: - move the ctrl-\ handling from unix to wine - add support for generating SIGQUIT in non processed-mode (ie ctrl-\ shall terminate ./wine cmd) - in process-mode, app should get the char events and not terminate -- 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.