[vte] widget: Do not scroll to the bottom on soft reset



commit 6b56f107ad98b9c50f73b9080d15e82c42da7f61
Author: Egmont Koblinger <egmont gmail com>
Date:   Mon Mar 5 21:23:23 2018 +0100

    widget: Do not scroll to the bottom on soft reset
    
    https://bugzilla.gnome.org/show_bug.cgi?id=789954#c17

 src/vte.cc |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/vte.cc b/src/vte.cc
index 4278ba4..bc7ff14 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);


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