]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - Xdefaults.in
Xdefaults: Disable scrollback buffer in xterm and rxvt.
[config/dotfiles.git] / Xdefaults.in
index 19d3cd404ea205ecff0a0bac727fa54f0dd829c4..72e467d3749eaea678bf8c68ddcc6aebd165aca6 100644 (file)
@@ -1,6 +1,6 @@
 ! Configuration file for X11 programs.
 !
-! It is designed to work with xterm (and its unicode variant).
+! It is designed to work with xterm and rxvt (and their unicode variants).
 !
 ! "Term" is an alias for all supported terminal emulators; it is automatically
 ! replaced by setup.sh.
@@ -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