summaryrefslogtreecommitdiff
path: root/etc/portato.cfg
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2008-07-28 00:18:23 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2008-07-28 00:18:23 +0200
commit523eba91bc570b2e3491899498003d8b849a9fcb (patch)
tree8325797b439958da81fcfd2102094da44f276847 /etc/portato.cfg
parent40d0f8c34a0f35c34917641b99988989120b6122 (diff)
downloadportato-523eba91bc570b2e3491899498003d8b849a9fcb.tar.gz
portato-523eba91bc570b2e3491899498003d8b849a9fcb.tar.bz2
portato-523eba91bc570b2e3491899498003d8b849a9fcb.zip
Add scrollbacklines to config
Diffstat (limited to 'etc/portato.cfg')
-rw-r--r--etc/portato.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/portato.cfg b/etc/portato.cfg
index 1abb709..4303bf4 100644
--- a/etc/portato.cfg
+++ b/etc/portato.cfg
@@ -99,6 +99,11 @@ collapsecats = true
packagetabpos = 2
systemtabpos = 2
+; the maximum number of lines the terminal keeps in history
+; note that a higher value also means a higher memory consumption
+; integer value
+scrollbacklines = 1000
+
#
# Color section
# Values in this section are normally not editable through the GUI.