mirror of
https://github.com/TECHNOFAB11/tmux-copyrat.git
synced 2025-12-12 16:10:07 +01:00
feat: increase refresh rate 50ms -> 25ms
This commit is contained in:
parent
0ac40614a0
commit
45d84dc646
1 changed files with 1 additions and 1 deletions
|
|
@ -368,7 +368,7 @@ impl<'a> Ui<'a> {
|
|||
|
||||
if next_key.is_none() {
|
||||
// Nothing in the buffer. Wait for a bit...
|
||||
std::thread::sleep(std::time::Duration::from_millis(50));
|
||||
std::thread::sleep(std::time::Duration::from_millis(25));
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue