diff --git a/kitty/term.py b/kitty/term.py index 79f4fbc75..76ca6c750 100644 --- a/kitty/term.py +++ b/kitty/term.py @@ -61,7 +61,7 @@ class TerminalWidget(QWidget): t.timeout.connect(self.do_layout) self.debounce_update_timer = t = QTimer(self) t.setSingleShot(True) - t.setInterval(50) + t.setInterval(20) t.timeout.connect(self.do_update_screen) self.pending_update = QRegion()