From: Iain Patterson Date: Thu, 12 Nov 2009 15:59:08 +0000 (+0000) Subject: Allow xterm window resizing. X-Git-Url: http://git.iain.cx/?p=profile.git;a=commitdiff_plain;h=ef9b984b32ace50ee6dbcda217d90631cc33d9e1 Allow xterm window resizing. Red Hat disables window resizing through xterm escape sequences. Explicitly re-enable this functionality. --- diff --git a/.Xdefaults b/.Xdefaults index a2f1c1a..354fc64 100644 --- a/.Xdefaults +++ b/.Xdefaults @@ -92,3 +92,6 @@ XTerm.*faceName: DejaVu Sans Mono XTerm.*faceSize: 9 ! Old xterm will fall back to xterm if xterm-256color is not found. XTerm.*termName: xterm-256color +! Red Hat disables window resizing by default. +XTerm.*allowFontOps: true +XTerm.*allowWindowOps: true