https://bugs.winehq.org/show_bug.cgi?id=54141
Eric Pouech eric.pouech@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|wine-bugs@winehq.org |eric.pouech@gmail.com
--- Comment #15 from Eric Pouech eric.pouech@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