mirror of
https://github.com/FliegendeWurst/tmux-thumbs.git
synced 2024-11-10 16:20:37 +00:00
Fix bug with no hints
This commit is contained in:
parent
d2f765bae8
commit
2bb8900e6b
@ -151,6 +151,10 @@ impl<'a> View<'a> {
|
||||
}
|
||||
|
||||
fn listen(&mut self, stdin: &mut dyn Read, stdout: &mut dyn Write) -> CaptureEvent {
|
||||
if self.matches.is_empty() {
|
||||
return CaptureEvent::Exit
|
||||
}
|
||||
|
||||
let mut chosen = vec![];
|
||||
let mut typed_hint: String = "".to_owned();
|
||||
let longest_hint = self
|
||||
|
Loading…
Reference in New Issue
Block a user