Allow xterm window resizing.
authorIain Patterson <me@iain.cx>
Thu, 12 Nov 2009 15:59:08 +0000 (15:59 +0000)
committerIain Patterson <me@iain.cx>
Thu, 12 Nov 2009 20:37:11 +0000 (20:37 +0000)
Red Hat disables window resizing through xterm escape sequences.
Explicitly re-enable this functionality.

.Xdefaults

index a2f1c1a..354fc64 100644 (file)
@@ -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