forked from ports/contrib
28 lines
891 B
Diff
28 lines
891 B
Diff
From 504db1b97f684778ee52f6e280a9e734936be20f Mon Sep 17 00:00:00 2001
|
|
From: Egmont Koblinger <egmont@gmail.com>
|
|
Date: Sat, 18 Nov 2017 20:50:06 +0100
|
|
Subject: 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 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/src/vte.cc b/src/vte.cc
|
|
index 6f28670..a9f73e2 100644
|
|
--- a/src/vte.cc
|
|
+++ b/src/vte.cc
|
|
@@ -10349,7 +10349,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();
|
|
--
|
|
cgit v0.12
|
|
|