summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgmont Koblinger <egmont@gmail.com>2018-03-05 21:23:23 +0100
committerEgmont Koblinger <egmont@gmail.com>2018-03-05 21:23:23 +0100
commit6b56f107ad98b9c50f73b9080d15e82c42da7f61 (patch)
tree4ce22251152737d30a248c5144c6b67fc7bc9335
parenta9e75c4517c58385871cc17fe7ab007098ac363e (diff)
downloadvte-6b56f107ad98b9c50f73b9080d15e82c42da7f61.tar.gz
widget: Do not scroll to the bottom on soft reset
https://bugzilla.gnome.org/show_bug.cgi?id=789954#c17
-rw-r--r--src/vte.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/vte.cc b/src/vte.cc
index 4278ba4d..bc7ff146 100644
--- a/src/vte.cc
+++ b/src/vte.cc
@@ -10703,8 +10703,6 @@ VteTerminalPrivate::reset(bool clear_tabstops,
save_cursor(&m_normal_screen);
save_cursor(&m_alternate_screen);
/* Cause everything to be redrawn (or cleared). */
- maybe_scroll_to_bottom();
-
invalidate_all();
g_object_thaw_notify(object);