Ticket #7618 (closed bug: duplicate)

Opened 4 months ago

Last modified 6 weeks ago

Multiline prompt ignores custom prompt

Reported by: dunric Owned by:
Priority: normal Milestone:
Component: GHCi Version: 7.6.1
Keywords: Cc:
Operating System: Linux Architecture: x86_64 (amd64)
Type of failure: Other Difficulty: Unknown
Test Case: Blocked By:
Blocking: Related Tickets: #5209

Description

1. start a ghci session Prelude>

2. set some custom prompt Prelude> :set prompt "GHCi> " GHCi>

3. start a multiline command GHCi> :{ Prelude|

Expected "GHCi| " as the custom prompt in multiline command.

Change History

Changed 4 months ago by dunric

Prelude>
Prelude> :set prompt "GHCi> "
GHCi>
GHCi> :{
Prelude| 

Changed 6 weeks ago by igloo

  • status changed from new to closed
  • difficulty set to Unknown
  • resolution set to duplicate

Thanks for the report. Closing as it's (more-or-less) a duplicate of #7509.

Note: See TracTickets for help on using tickets.