From ef9b984b32ace50ee6dbcda217d90631cc33d9e1 Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Thu, 12 Nov 2009 15:59:08 +0000 Subject: [PATCH] Allow xterm window resizing. Red Hat disables window resizing through xterm escape sequences. Explicitly re-enable this functionality. --- .Xdefaults | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.20.1