mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-17 05:54:59 +02:00
Use the atomic update decorator everywhere
This commit is contained in:
@@ -391,7 +391,7 @@ class UnicodeInput(Handler):
|
||||
text += ' ' * extra
|
||||
self.print(styled(text, reverse=True))
|
||||
|
||||
@Handler.with_pending_update
|
||||
@Handler.atomic_update
|
||||
def draw_screen(self) -> None:
|
||||
self.write(clear_screen())
|
||||
self.draw_title_bar()
|
||||
|
||||
Reference in New Issue
Block a user