[vte/wip/egmont/bidi: 45/91] invalidate all
- From: Egmont Koblinger <egmontkob src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte/wip/egmont/bidi: 45/91] invalidate all
- Date: Tue, 5 Feb 2019 19:19:47 +0000 (UTC)
commit f16acf5c8c0a3af35a129c6323342b326c33a8dc
Author: Egmont Koblinger <egmont gmail com>
Date: Tue Aug 28 13:52:29 2018 +0200
invalidate all
src/vte.cc | 7 +++++++
1 file changed, 7 insertions(+)
---
diff --git a/src/vte.cc b/src/vte.cc
index 861b99a5..03cdbb9a 100644
--- a/src/vte.cc
+++ b/src/vte.cc
@@ -249,6 +249,13 @@ Terminal::invalidate_rows(vte::grid::row_t row_start,
row_start, row_end);
_vte_debug_print (VTE_DEBUG_WORK, "?");
+ // HACK for BiDi: Always invalidate everything.
+ // In fact we'd need to invalidate the entire implicit paragraph.
+ if (TRUE) {
+ invalidate_all();
+ return;
+ }
+
/* Scrolled back, visible parts didn't change. */
if (row_start > last_displayed_row())
return;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]