mirror of
https://github.com/notohh/rustlings.git
synced 2024-12-18 06:58:10 -05:00
q only quits the list
This commit is contained in:
parent
e760f07767
commit
2baa140615
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ impl<'a> UiState<'a> {
|
||||||
}
|
}
|
||||||
Filter::None => spans.push(Span::raw("<d>one/<p>ending")),
|
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)
|
Line::from(spans)
|
||||||
} else {
|
} else {
|
||||||
Line::from(self.message.as_str().light_blue())
|
Line::from(self.message.as_str().light_blue())
|
||||||
|
|
Loading…
Reference in a new issue