[vte/wip/egmont/bidi: 49/79] invalidate all
- From: Egmont Koblinger <egmontkob src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte/wip/egmont/bidi: 49/79] invalidate all
- Date: Fri, 28 Sep 2018 08:16:09 +0000 (UTC)
commit d33902b571a6cc9f5e0dc1066fdbf43067b55ae5
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 c205d1e8..a21a8963 100644
--- a/src/vte.cc
+++ b/src/vte.cc
@@ -253,6 +253,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;
+ }
+
// FIXMEegmont what if we're scrolled back and these are not the last rows?
if (row_end - row_start + 1 == m_row_count) {
invalidate_all();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]