mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-05 17:53:29 +02:00
q only quits the list
This commit is contained in:
+1
-1
@@ -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())
|
||||||
|
|||||||
Reference in New Issue
Block a user