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) *