...
This commit is contained in:
parent
297fb09e71
commit
be5a1e69a8
1 changed files with 2 additions and 2 deletions
|
|
@ -379,8 +379,8 @@ def draw(self, data: bytes) -> None:
|
|||
self._draw_char(char, char_width)
|
||||
finally:
|
||||
self._notify_cursor_position = True
|
||||
if orig_x != self.cursor.x or orig_y != self.cursor.y:
|
||||
self.notify_cursor_position()
|
||||
if orig_x != self.cursor.x or orig_y != self.cursor.y:
|
||||
self.notify_cursor_position()
|
||||
|
||||
def set_title(self, param):
|
||||
"""Sets terminal title.
|
||||
|
|
|
|||
Loading…
Reference in a new issue