mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-20 23:44:59 +02:00
Reduce the update debounce interval for smoother interactive editing
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user