mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-18 06:25:13 +02:00
...
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user