Ticket #5209 (new bug)

Opened 2 years ago

Last modified 9 months ago

^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

Changed 2 years ago by igloo

  • component changed from Compiler to GHCi
  • milestone set to 7.2.1

Thanks for the report.

Changed 21 months ago by igloo

  • milestone changed from 7.2.1 to 7.4.1

Changed 16 months ago by igloo

  • priority changed from normal to low
  • milestone changed from 7.4.1 to 7.6.1

Changed 9 months ago by igloo

  • milestone changed from 7.6.1 to 7.6.2
Note: See TracTickets for help on using tickets.