mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-15 21:14:35 +02:00
Use pending updates for unicode input kitten
Avoids all possibility of flicker
This commit is contained in:
@@ -391,6 +391,7 @@ class UnicodeInput(Handler):
|
||||
text += ' ' * extra
|
||||
self.print(styled(text, reverse=True))
|
||||
|
||||
@Handler.with_pending_update
|
||||
def draw_screen(self) -> None:
|
||||
self.write(clear_screen())
|
||||
self.draw_title_bar()
|
||||
|
||||
Reference in New Issue
Block a user