[arch-commits] Commit in vte3-ng/trunk (remove_cursor.patch)

Jelle van der Waa jelle at archlinux.org
Wed May 4 19:26:34 UTC 2016


    Date: Wednesday, May 4, 2016 @ 21:26:33
  Author: jelle
Revision: 173763

remove unused patch

Deleted:
  vte3-ng/trunk/remove_cursor.patch

---------------------+
 remove_cursor.patch |   32 --------------------------------
 1 file changed, 32 deletions(-)

Deleted: remove_cursor.patch
===================================================================
--- remove_cursor.patch	2016-05-04 18:10:37 UTC (rev 173762)
+++ remove_cursor.patch	2016-05-04 19:26:33 UTC (rev 173763)
@@ -1,32 +0,0 @@
-From e5a00b5b71194be9f2881dee67d82c308406dea7 Mon Sep 17 00:00:00 2001
-From: Egmont Koblinger <egmont at gmail.com>
-Date: Wed, 30 Mar 2016 10:46:53 +0200
-Subject: [PATCH] widget: Properly remove the cursor from its old position
-
-https://bugzilla.gnome.org/show_bug.cgi?id=764299
----
- src/vte.cc | 4 +---
- 1 file changed, 1 insertion(+), 3 deletions(-)
-
-diff --git a/src/vte.cc b/src/vte.cc
-index ce54d89..23f2782 100644
---- a/src/vte.cc
-+++ b/src/vte.cc
-@@ -4069,8 +4069,7 @@ VteTerminalPrivate::process_incoming()
-         if ((saved_cursor.col != m_screen->cursor.col) ||
-             (saved_cursor.row != m_screen->cursor.row)) {
- 		/* invalidate the old and new cursor positions */
--                // FIXMEchpe shouldn't this be old_cursor_visible with an 'auto old_cursor_visible = ...'above?
--		if (m_cursor_visible)
-+		if (saved_cursor_visible)
- 			invalidate_cell(saved_cursor.col, saved_cursor.row);
- 		invalidate_cursor_once();
- 		check_cursor_blink();
-@@ -4078,7 +4077,6 @@ VteTerminalPrivate::process_incoming()
- 		queue_cursor_moved();
-         } else if ((saved_cursor_visible != m_cursor_visible) ||
-                    (saved_cursor_style != m_cursor_style)) {
--                // FIXMEchpe need to invalidate like invalidate_cursor_once() just for the saved_cursor coords!
- 		invalidate_cell(saved_cursor.col, saved_cursor.row);
- 		check_cursor_blink();
- 	}



More information about the arch-commits mailing list