Coding style

This commit is contained in:
Andrew Hamilton 2022-03-15 18:19:19 +10:00
parent 572d8de8ef
commit aaa1680dbe

View file

@ -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