[vte/wip/egmont/bidi: 7/83] explicit rtl, basic painting okay
- From: Egmont Koblinger <egmontkob src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte/wip/egmont/bidi: 7/83] explicit rtl, basic painting okay
- Date: Thu, 3 Jan 2019 12:53:59 +0000 (UTC)
commit f09103da08dfe383f478d570219270f5da76ef79
Author: Egmont Koblinger <egmont gmail com>
Date: Sat Aug 18 16:59:59 2018 +0200
explicit rtl, basic painting okay
src/vte.cc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/vte.cc b/src/vte.cc
index f6218581..c2091290 100644
--- a/src/vte.cc
+++ b/src/vte.cc
@@ -8918,8 +8918,8 @@ Terminal::draw_rows(VteScreen *screen_,
/* Get the character cell's contents. */
cell = _vte_row_data_get_bidi (row_data, col);
if (cell == NULL) {
- /* There'll be no more real cells in this row. */
- break;
+ /* We're rendering BiDi text in visual order, so an unused cell can be
followed by a used one. */
+ continue;
}
nhyperlink = (m_allow_hyperlink && cell->attr.hyperlink_idx != 0);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]