28 Aug
2023
28 Aug
'23
1:36 p.m.
V2 pushed, with radical different approach (title of not changed): V2 contains: * set of tests for GenerateConsoleCtrlEvent (no issue found) * changed the way ctrl events are generated. when running 'wine \<gui-app\>' from unix console, we wait for \<gui-app\> to terminate before returning to unix-shell prompt, we rather rely on unix process group to identify the children to sent the events to. * fix cmd to handle properly ctrl-c event (terminate running child if any, but don't terminate itself) * -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3312#note_43566