]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - screenrc.in
screenrc/tmux.conf: Increase scrollback buffer.
[config/dotfiles.git] / screenrc.in
index b04605aa1c3cdb3746b59968eca23e550d3bd7c0..d36bce52cb40a8e956ff95913c62349f40e61ce4 100644 (file)
@@ -1,4 +1,4 @@
-# Screen configuration file.
+# GNU screen configuration file.
 #
 # Features which are only available in (very) recent screen releases or in
 # current Git are marked with "(GIT)" so they can be removed by the setup
@@ -6,7 +6,7 @@
 #
 # (BATTERY) is only used on laptops, (ROOT) only if running as root.
 
-# Copyright (C) 2011-2012  Simon Ruderich
+# Copyright (C) 2011-2013  Simon Ruderich
 #
 # This file is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -33,7 +33,7 @@ startup_message off
 vbell on
 
 # Increase the scrollback buffer.
-defscrollback 10000
+defscrollback 50000
 
 # Ignore case when searching.
 ignorecase on