[arch-commits] CVS update of extra/gnome/vte (vte-0.16.4-fix-aliens.patch)
Jan de Groot
jgc at archlinux.org
Thu Jun 21 19:38:35 UTC 2007
Date: Thursday, June 21, 2007 @ 15:38:35
Author: jgc
Path: /home/cvs-extra/extra/gnome/vte
Removed: vte-0.16.4-fix-aliens.patch (1.1)
Remove obsolete patch
-----------------------------+
vte-0.16.4-fix-aliens.patch | 28 ----------------------------
1 file changed, 28 deletions(-)
Index: extra/gnome/vte/vte-0.16.4-fix-aliens.patch
diff -u extra/gnome/vte/vte-0.16.4-fix-aliens.patch:1.1 extra/gnome/vte/vte-0.16.4-fix-aliens.patch:removed
--- extra/gnome/vte/vte-0.16.4-fix-aliens.patch:1.1 Wed May 30 15:29:55 2007
+++ extra/gnome/vte/vte-0.16.4-fix-aliens.patch Thu Jun 21 15:38:35 2007
@@ -1,28 +0,0 @@
---- trunk/src/vte.c 2007/05/28 06:31:47 1901
-+++ trunk/src/vte.c 2007/05/30 15:33:21 1904
-@@ -9464,14 +9464,14 @@
- do {
- row_data = _vte_terminal_find_row_data(terminal, row);
- if (row_data == NULL) {
-- goto fg_next_row;
-+ goto fg_skip_row;
- }
- /* Back up in case this is a multicolumn character,
- * making the drawing area a little wider. */
- i = start_column;
- cell = _vte_row_data_find_charcell(row_data, i);
- if (cell == NULL) {
-- goto fg_next_row;
-+ goto fg_skip_row;
- }
- while (cell->attr.fragment && i > 0) {
- cell = _vte_row_data_find_charcell(row_data, --i);
-@@ -9482,7 +9482,7 @@
- /* Get the character cell's contents. */
- cell = _vte_row_data_find_charcell(row_data, i);
- if (cell == NULL) {
-- goto fg_next_row;
-+ goto fg_skip_row;
- }
- while (cell->c == 0 ||
- cell->c == ' ' ||
More information about the arch-commits
mailing list