Always display quit (#894)
you can always press q to quit so it should also always be displayed
This commit is contained in:
@@ -228,11 +228,7 @@ impl Terminal {
|
|||||||
self.term
|
self.term
|
||||||
.write_fmt(format_args!(
|
.write_fmt(format_args!(
|
||||||
"\n{}",
|
"\n{}",
|
||||||
style(format!(
|
style(format!("{}Retry? (y)es/(N)o/(s)hell/(q)uit", self.prefix))
|
||||||
"{}Retry? (y)es/(N)o/(s)hell{}",
|
|
||||||
self.prefix,
|
|
||||||
if interrupted { "/(q)uit" } else { "" }
|
|
||||||
))
|
|
||||||
.yellow()
|
.yellow()
|
||||||
.bold()
|
.bold()
|
||||||
))
|
))
|
||||||
|
|||||||
Reference in New Issue
Block a user