[vte/wip/egmont/bidi: 52/76] ibeam on right
- From: Egmont Koblinger <egmontkob src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte/wip/egmont/bidi: 52/76] ibeam on right
- Date: Fri, 5 Oct 2018 13:05:22 +0000 (UTC)
commit 79f2ac3097e75a326e1fa54520c0c919fc07aa5d
Author: Egmont Koblinger <egmont gmail com>
Date: Wed Aug 29 01:05:47 2018 +0200
ibeam on right
src/vte.cc | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/src/vte.cc b/src/vte.cc
index 47d895e6..fe077649 100644
--- a/src/vte.cc
+++ b/src/vte.cc
@@ -9141,6 +9141,9 @@ Terminal::paint_cursor()
stem_width = (int) (((float) (m_char_ascent + m_char_descent)) *
m_cursor_aspect_ratio + 0.5);
stem_width = CLAMP (stem_width, VTE_LINE_WIDTH, m_cell_width);
+ if (row_data && (row_data->attr.bidi_flags & VTE_BIDI_RTL))
+ x += m_cell_width - stem_width;
+
_vte_draw_fill_rectangle(m_draw,
x, y + m_char_padding.top, stem_width, m_char_ascent +
m_char_descent,
&bg, VTE_DRAW_OPAQUE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]