[GHC] #1045: interrupt for ghci on windows
GHC
trac at galois.com
Mon Dec 11 04:44:10 EST 2006
#1045: interrupt for ghci on windows
-----------------------------+----------------------------------------------
Reporter: tmcooper | Owner:
Type: feature request | Status: closed
Priority: normal | Milestone:
Component: GHCi | Version: 6.6
Severity: normal | Resolution: fixed
Keywords: | Difficulty: Unknown
Testcase: | Architecture: x86
Os: Windows |
-----------------------------+----------------------------------------------
Changes (by simonmar):
* resolution: => fixed
* status: new => closed
Comment:
I've put some work into improving this for 6.6.1. Now the ^C key
combination should work properly in GHCi as long as you run GHCi from an
ordinary Windows console.
There was already some ^C support, although it only worked for programs
not compiled with -threaded. We started compiling GHCi with -threaded in
version 6.4.2, and since then ^C has been broken on Windows.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1045>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the Glasgow-haskell-bugs
mailing list