From be5a1e69a8870ecc4c17df80ce331cf68ab53780 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 20 Oct 2016 06:43:34 +0530 Subject: [PATCH] ... --- kitty/screen.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kitty/screen.py b/kitty/screen.py index b0fac92c6..43fed7e59 100644 --- a/kitty/screen.py +++ b/kitty/screen.py @@ -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.