Ticket #5209 (new bug)
^C doesn't correctly reset the prompt from within multiline commands in ghci
| Reported by: | dmwit | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | 7.6.2 |
| Component: | GHCi | Version: | 7.0.3 |
| Keywords: | Cc: | ||
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | None/Unknown | Difficulty: | |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
Steps to reproduce:
1. Open ghci.
2. Start a multiline command with ":{".
3. Decide multiline commands are overrated, and hit Ctrl-C to cancel.
Observed output:
Prelude> :{
Prelude|
Prelude|
Expected output:
Prelude> :{
Prelude|
Prelude>
Change History
Note: See
TracTickets for help on using
tickets.
