mirror of
https://github.com/rust-lang/rustlings.git
synced 2024-11-08 09:09:17 +01:00
q only quits the list
This commit is contained in:
parent
e760f07767
commit
2baa140615
@ -206,7 +206,7 @@ impl<'a> UiState<'a> {
|
||||
}
|
||||
Filter::None => spans.push(Span::raw("<d>one/<p>ending")),
|
||||
}
|
||||
spans.push(Span::raw(" │ <q>uit"));
|
||||
spans.push(Span::raw(" │ <q>uit list"));
|
||||
Line::from(spans)
|
||||
} else {
|
||||
Line::from(self.message.as_str().light_blue())
|
||||
|
Loading…
Reference in New Issue
Block a user