...
This commit is contained in:
parent
4144d46844
commit
e3116fc24c
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,7 @@ def queue_write(self, data):
|
|||
def mark_dirtied(self):
|
||||
# Batch screen updates
|
||||
if self.pending_update_screen is None:
|
||||
self.pending_update_screen = self.loop.call_later(0.02, self.apply_update_screen)
|
||||
self.pending_update_screen = self.loop.call_later(0.01, self.apply_update_screen)
|
||||
|
||||
def apply_update_screen(self):
|
||||
self.pending_update_screen = None
|
||||
|
|
|
|||
Loading…
Reference in a new issue