Merge branch 'master' into feature/test-recorder

This commit is contained in:
Héctor Ramón Jiménez 2025-09-19 18:23:28 +02:00
commit e2df674aa5
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
9 changed files with 26 additions and 25 deletions

View file

@ -534,8 +534,7 @@ impl Focus {
self.is_window_focused
&& ((self.now - self.updated_at).as_millis()
/ Self::CURSOR_BLINK_INTERVAL_MILLIS)
% 2
== 0
.is_multiple_of(2)
}
}