mirror of
https://github.com/FliegendeWurst/tmux-thumbs.git
synced 2024-11-08 15:30:37 +00:00
fix flicker
This commit is contained in:
parent
59b4a769b8
commit
a36d30594c
@ -242,6 +242,7 @@ impl<'a> View<'a> {
|
||||
_ => {
|
||||
// Nothing in the buffer. Wait for a bit...
|
||||
std::thread::sleep(std::time::Duration::from_millis(100));
|
||||
continue; // don't render again if nothing new to show
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user