Ticket #7618 (closed bug: duplicate)
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
Note: See
TracTickets for help on using
tickets.
