From d662165f25593b11871977b74e3a3f047d79f75b Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Thu, 5 May 2016 07:52:32 -0700 Subject: [PATCH] increased saved lines; do not use fullscreen --- .Xresources | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.Xresources b/.Xresources index 6021b65..bf96f9a 100644 --- a/.Xresources +++ b/.Xresources @@ -24,6 +24,7 @@ XTerm*highlightSelection: true UXTerm*jumpScroll: true XTerm*utf8Title: true UXTerm*utf8Title: true + XTerm*fullscreen: never ! This resource specifies whether or not to ignore the 'alternate screen' ! of applications such as vi. When it is on, these applications will restore @@ -37,23 +38,18 @@ XTerm*highlightSelection: true ! XTerm.VT100*dynamicColors: on ! Number of lines of scrollback to save - XTerm*saveLines: 1500 + XTerm*saveLines: 3000 Xterm*reverseWrap: true XTerm*VT100*font: -*-fixed-medium-r-*-*-20-*-*-*-*-*-*-* -! XTerm*geometry: 120x49 - UXTerm*geometry: 120x49 UXTerm*font: -*-fixed-medium-r-*-*-20-*-*-*-*-*-iso10646-1 -! UXTerm.VT100.font: -*-fixed-medium-r-*-*-20-*-*-*-*-*-*-* -! Rxvt*geometry: 120x49 Rxvt*font: -*-fixed-medium-r-*-*-20-*-*-*-*-*-iso10646-1 Rxvt*background: black Rxvt*foreground: gray90 -! URxvt.geometry: 120x49 URxvt.font: -*-fixed-medium-r-*-*-20-*-*-*-*-*-iso10646-1 URxvt.boldFont: -*-fixed-bold-r-*-*-20-*-*-*-*-*-iso10646-1 URxvt.background: black -- 2.39.2