mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-19 15:04:50 +02:00
Dont mark cells the cursor leaves as dirty
This commit is contained in:
@@ -56,7 +56,6 @@ class ChangeTracker(QObject):
|
||||
|
||||
def cursor_position_changed(self, cursor: Cursor, x: int, y: int) -> None:
|
||||
self.changed_cursor = cursor
|
||||
self.changed_cells[y].add((x, x))
|
||||
self.dirty()
|
||||
|
||||
def update_screen(self):
|
||||
|
||||
Reference in New Issue
Block a user