Use the active state prompt as the default prompt
authorJeremy Stanley <fungi@yuggoth.org>
Sun, 5 May 2019 16:44:10 +0000 (16:44 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sun, 5 May 2019 16:44:10 +0000 (16:44 +0000)
In order to stop hard-coding the default prompt string into the
prompt method, use the prompt string associated with the active
state to provide it. This is intuitive and allows it to be more
easily overridden if desired.


No differences found