...
This commit is contained in:
parent
297fb09e71
commit
be5a1e69a8
@ -379,8 +379,8 @@ class Screen(QObject):
|
|||||||
self._draw_char(char, char_width)
|
self._draw_char(char, char_width)
|
||||||
finally:
|
finally:
|
||||||
self._notify_cursor_position = True
|
self._notify_cursor_position = True
|
||||||
if orig_x != self.cursor.x or orig_y != self.cursor.y:
|
if orig_x != self.cursor.x or orig_y != self.cursor.y:
|
||||||
self.notify_cursor_position()
|
self.notify_cursor_position()
|
||||||
|
|
||||||
def set_title(self, param):
|
def set_title(self, param):
|
||||||
"""Sets terminal title.
|
"""Sets terminal title.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user