blob: 097ee775f76114fa0ac17a738c941c2f525c0e28 (
plain)
1 From 504db1b97f684778ee52f6e280a9e734936be20f Mon Sep 17 00:00:00 2001
2 From: Egmont Koblinger <egmont@gmail.com>
3 Date: Sat, 18 Nov 2017 20:50:06 +0100
4 Subject: widget: Reset might need to start blinking the cursor
5
6 https://bugzilla.gnome.org/show_bug.cgi?id=790536
7 (cherry picked from commit f6678e7e938aaf6f4fd72ceb8f1bb71b2bf3e69e)
8 ---
9 src/vte.cc | 2 +-
10 1 file changed, 1 insertion(+), 1 deletion(-)
11
12 diff --git a/src/vte.cc b/src/vte.cc
13 index 6f28670..a9f73e2 100644
14 --- a/src/vte.cc
15 +++ b/src/vte.cc
16 @@ -10349,7 +10349,7 @@ VteTerminalPrivate::reset(bool clear_tabstops,
17 adjust_adjustments_full();
18 }
19 /* DECSCUSR cursor style */
20 - m_cursor_style = VTE_CURSOR_STYLE_TERMINAL_DEFAULT;
21 + set_cursor_style(VTE_CURSOR_STYLE_TERMINAL_DEFAULT);
22 /* Do more stuff we refer to as a "full" reset. */
23 if (clear_tabstops) {
24 set_default_tabstops();
25 --
26 cgit v0.12
|