Bugs item #1063880, was opened at 2004-11-10 15:23
Message generated for change (Settings changed) made by simonmar
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1063880&group_id=8032

Category: Compiler
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 7
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Simon Marlow (simonmar)
Summary: GHCi on Windows can't stand control-C

Initial Comment:
Hi,

When I run GHCi (v.6.2.2) under windows, and I press 
control-C, the whole program exits.

This happens directly from the prompt, but also during 
evaluation:

Example 1:

Prelude> {control-C}
(exits)

Example 2:

Prelude> [1..]
[1,2,3,4,5,6,7,8,{control-C}
(exits)

Regards,
/Koen ([EMAIL PROTECTED])


----------------------------------------------------------------------

>Comment By: Simon Marlow (simonmar)
Date: 2004-12-17 15:31

Message:
Logged In: YES 
user_id=48280

Fixed, except that Ctrl-C doesn't work in GHCi under a
Cygwin shell, but you can use Ctrl-Break instead.  Probably
you're using GHCi under an ordinary Windows cmd.exe shell,
so this won't affect you.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1063880&group_id=8032
_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to