[vte/vte-0-48] widget: Reset might need to start blinking the cursor



commit e9aeb68476cf041e6acfb9415b5483047bb1fbbe
Author: Egmont Koblinger <egmont gmail com>
Date:   Sat Nov 18 20:50:06 2017 +0100

    widget: Reset might need to start blinking the cursor
    
    https://bugzilla.gnome.org/show_bug.cgi?id=790536
    (cherry picked from commit f6678e7e938aaf6f4fd72ceb8f1bb71b2bf3e69e)

 src/vte.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/vte.cc b/src/vte.cc
index fdb9c0b..7af195a 100644
--- a/src/vte.cc
+++ b/src/vte.cc
@@ -10062,7 +10062,7 @@ VteTerminalPrivate::reset(bool clear_tabstops,
                adjust_adjustments_full();
        }
         /* DECSCUSR cursor style */
-        m_cursor_style = VTE_CURSOR_STYLE_TERMINAL_DEFAULT;
+        set_cursor_style(VTE_CURSOR_STYLE_TERMINAL_DEFAULT);
        /* Do more stuff we refer to as a "full" reset. */
        if (clear_tabstops) {
                set_default_tabstops();


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