]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
Xdefaults: Disable scrollback buffer in xterm and rxvt.
authorSimon Ruderich <simon@ruderich.org>
Sun, 26 Jul 2009 22:36:11 +0000 (00:36 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sun, 26 Jul 2009 22:36:11 +0000 (00:36 +0200)
Xdefaults.in

index e3836379b59c2ae08022c6a28fe42e8d2b20fa4b..72e467d3749eaea678bf8c68ddcc6aebd165aca6 100644 (file)
@@ -11,6 +11,10 @@ Term*foreground: #cccccc
 Term*background: black
 Term*cursorColor: #ffff66
 
+! Disable the scrollback buffer. I use screen so it is not necessary.
+XTerm*saveLines: 0
+Rxvt*saveLines: 0
+
 ! Use the meta-key as expected by emacs/irssi.
 XTerm*metaSendsEscape: true