mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-11-29 22:47:43 +02:00
q only quits the list
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user