git://git.iain.cx/iain
/
profile.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc56e06
)
Allow xterm window resizing.
author
Iain Patterson
<me@iain.cx>
Thu, 12 Nov 2009 15:59:08 +0000
(15:59 +0000)
committer
Iain 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
patch
|
blob
|
history
diff --git
a/.Xdefaults
b/.Xdefaults
index
a2f1c1a
..
354fc64
100644
(file)
--- 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