mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-26 19:01:27 +00:00
...
This commit is contained in:
parent
297fb09e71
commit
be5a1e69a8
1 changed files with 2 additions and 2 deletions
|
|
@ -379,8 +379,8 @@ class Screen(QObject):
|
|||
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…
Add table
Add a link
Reference in a new issue