From aaa1680dbe7326a7b76858a5f672c20c848d962e Mon Sep 17 00:00:00 2001 From: Andrew Hamilton Date: Tue, 15 Mar 2022 18:19:19 +1000 Subject: [PATCH] Coding style --- diff_edit/editor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/diff_edit/editor.py b/diff_edit/editor.py index 5a94c14..9dce784 100755 --- a/diff_edit/editor.py +++ b/diff_edit/editor.py @@ -217,6 +217,7 @@ class Editor: self.theme_index = 0 self.is_overwriting = False self.previous_term_code = None + self.last_mouse_position = 0, 0 self.history = [] @property