summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@src.gnome.org>2002-11-11 21:52:08 +0000
committerNalin Dahyabhai <nalin@src.gnome.org>2002-11-11 21:52:08 +0000
commitf232c362aa287a14103b251011690dfcf9caeb3a (patch)
tree2b90b1827ad01201b22549c6e4547783eaafac0b
parent7d9fdb7edf0c77af95342f0b1796c05f62e529a9 (diff)
downloadvte-f232c362aa287a14103b251011690dfcf9caeb3a.tar.gz
-rw-r--r--src/vte.c4
-rw-r--r--vte.spec5
2 files changed, 6 insertions, 3 deletions
diff --git a/src/vte.c b/src/vte.c
index 4d1f2a97..9f749397 100644
--- a/src/vte.c
+++ b/src/vte.c
@@ -12797,8 +12797,8 @@ vte_terminal_draw_row(VteTerminal *terminal,
break;
}
nstrikethrough = (cell != NULL) ?
- (cell->strikethrough != 0) :
- FALSE;
+ (cell->strikethrough != 0) :
+ FALSE;
if (nstrikethrough != strikethrough) {
break;
}
diff --git a/vte.spec b/vte.spec
index 4a9a321c..034c530b 100644
--- a/vte.spec
+++ b/vte.spec
@@ -1,5 +1,5 @@
Name: vte
-Version: 0.10.3
+Version: 0.10.4
Release: 1
Summary: An experimental terminal emulator.
License: LGPL
@@ -64,6 +64,9 @@ rm $RPM_BUILD_ROOT/%{_libdir}/lib%{name}.la
%{_libdir}/pkgconfig/*
%changelog
+* Mon Nov 11 2002 Nalin Dahyabhai <nalin@redhat.com> 0.10.4-1
+- make selection wrap like XTerm
+
* Thu Nov 7 2002 Nalin Dahyabhai <nalin@redhat.com> 0.10.3-1
- get selection sorted out, really this time