[vte/wip/egmont/bidi: 53/73] ibeam fixme



commit e7ff220369a59bcef768e336874f1b7c8cf9ddb5
Author: Egmont Koblinger <egmont gmail com>
Date:   Wed Aug 29 10:14:13 2018 +0200

    ibeam fixme

 src/vte.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/vte.cc b/src/vte.cc
index 5339d23d..b86207ae 100644
--- a/src/vte.cc
+++ b/src/vte.cc
@@ -9151,7 +9151,7 @@ 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))
+                        if (row_data && (row_data->attr.bidi_flags & VTE_BIDI_RTL))  // FIXME needs to use 
the autodetected paragraph direction!
                                 x += m_cell_width - stem_width;
 
                         _vte_draw_fill_rectangle(m_draw,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]