[vte/wip/egmont/bidi: 43/64] invalidate all
- From: Egmont Koblinger <egmontkob src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte/wip/egmont/bidi: 43/64] invalidate all
- Date: Wed, 19 Sep 2018 09:38:25 +0000 (UTC)
commit 8d17c7de2bcb95c36d20e000b77616e569fb1cda
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 03de4659..2344b7dc 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]