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

phhs80 wineforum-user at winehq.org
Thu Jul 23 08:35:55 CDT 2009


Martin Gregorie wrote:
> 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


Thanks to both answers. 

On Windows, when I press Control-C the calculations of the program are interrupted, but the program is not killed. That is, the key sequence to interrupt calculations is Control-C. I am talking about a program that runs in a console. 

Paul







More information about the wine-users mailing list