[Wine] How to avoid control-c killing the open program?

Martin Gregorie martin at gregorie.org
Thu Jul 23 08:22:05 CDT 2009


On Thu, 2009-07-23 at 07:38 -0500, phhs80 wrote:
> Dear All,
> 
> When I am running a program under Wine and I press Control-C, the
> running program is killed. However, this behavior is not always the
> desired one.
>
A Linux/UNIX program can catch Control-C and take any action it likes,
but it must be written to do that. The default action is to terminate
the process.

What does your program do when its run under Windows and you type
Control-C?


Martin





More information about the wine-users mailing list