[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] [PATCH] resubmission of Win32-specific EINTR handl
From: |
John Cowan |
Subject: |
Re: [Chicken-hackers] [PATCH] resubmission of Win32-specific EINTR handling |
Date: |
Mon, 9 Jan 2012 09:34:59 -0500 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
Felix scripsit:
> Excellent - thanks for the information. So Ctrl-C will not terminate csi
> and leave you at the next input-prompt, right?
It will not terminate the current input prompt. It will terminate
running code.
CHICKEN
(c)2008-2011 The Chicken Team
(c)2000-2007 Felix L. Winkelmann
Version 4.7.4 (rev 8e39baf)
windows-cygwin-x86 [ manyargs dload ptables ]
compiled 2012-01-06 on LNGNYCL-FDB00M1 (CYGWIN_NT-5.1)
#;1>
[push ^C, nothing happens]
[push ENTER]
*** user interrupt ***
#;1> (let loop () (loop))
[push ^C]
*** user interrupt ***
#;1>
--
And it was said that ever after, if any John Cowan
man looked in that Stone, unless he had a address@hidden
great strength of will to turn it to other http://ccil.org/~cowan
purpose, he saw only two aged hands withering
in flame. --"The Pyre of Denethor"
Re: [Chicken-hackers] [PATCH] resubmission of Win32-specific EINTR handling, Jim Ursetto, 2012/01/16