mirror of
https://github.com/FliegendeWurst/tmux-thumbs.git
synced 2024-11-09 16:00:35 +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...
|
// Nothing in the buffer. Wait for a bit...
|
||||||
std::thread::sleep(std::time::Duration::from_millis(100));
|
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