From: Simon Ruderich Date: Sun, 26 Jul 2009 22:36:11 +0000 (+0200) Subject: Xdefaults: Disable scrollback buffer in xterm and rxvt. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=56c83b1d1a92fe74ef32ec368fb6d09c32ea3e21;p=config%2Fdotfiles.git Xdefaults: Disable scrollback buffer in xterm and rxvt. --- diff --git a/Xdefaults.in b/Xdefaults.in index e383637..72e467d 100644 --- a/Xdefaults.in +++ b/Xdefaults.in @@ -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