[gnome-terminal] profile: Increase default amount of scrollback



commit 7c987a13911b53349fdf29b7132044b89f5397a2
Author: Christian Persch <chpe gnome org>
Date:   Sun Dec 16 14:45:53 2012 +0100

    profile: Increase default amount of scrollback
    
    https://bugzilla.gnome.org/show_bug.cgi?id=624195

 src/org.gnome.Terminal.gschema.xml.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/org.gnome.Terminal.gschema.xml.in b/src/org.gnome.Terminal.gschema.xml.in
index 97a01f6..b2868c6 100644
--- a/src/org.gnome.Terminal.gschema.xml.in
+++ b/src/org.gnome.Terminal.gschema.xml.in
@@ -144,7 +144,7 @@
       <_summary>When to show the scrollbar</_summary>
     </key>
     <key name="scrollback-lines" type="i">
-      <default>512</default>
+      <default>8192</default>
       <_summary>Number of lines to keep in scrollback</_summary>
       <_description>Number of scrollback lines to keep around. You can scroll back in the terminal by this number of lines; lines that don't fit in the scrollback are discarded. If scrollback_unlimited is true, this value is ignored.</_description>
     </key>



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