b559da0
diff -up xterm-238/charproc.c.windowfontops xterm-238/charproc.c
b559da0
--- xterm-238/charproc.c.windowfontops	2009-01-06 12:10:30.000000000 +0100
b559da0
+++ xterm-238/charproc.c	2009-01-06 12:15:57.000000000 +0100
b559da0
@@ -389,10 +389,10 @@ static XtActionsRec actionsList[] = {
b559da0
 static XtResource resources[] =
b559da0
 {
b559da0
     Bres(XtNallowSendEvents, XtCAllowSendEvents, screen.allowSendEvent0, False),
b559da0
-    Bres(XtNallowFontOps, XtCAllowFontOps, screen.allowFontOp0, True),
b559da0
+    Bres(XtNallowFontOps, XtCAllowFontOps, screen.allowFontOp0, False),
b559da0
     Bres(XtNallowTcapOps, XtCAllowTcapOps, screen.allowTcapOp0, True),
b559da0
     Bres(XtNallowTitleOps, XtCAllowTitleOps, screen.allowTitleOp0, True),
b559da0
-    Bres(XtNallowWindowOps, XtCAllowWindowOps, screen.allowWindowOp0, True),
b559da0
+    Bres(XtNallowWindowOps, XtCAllowWindowOps, screen.allowWindowOp0, False),
b559da0
     Bres(XtNaltIsNotMeta, XtCAltIsNotMeta, screen.alt_is_not_meta, False),
b559da0
     Bres(XtNaltSendsEscape, XtCAltSendsEscape, screen.alt_sends_esc, False),
b559da0
     Bres(XtNalwaysBoldMode, XtCAlwaysBoldMode, screen.always_bold_mode, False),
b559da0
diff -up xterm-238/xterm.man.windowfontops xterm-238/xterm.man
b559da0
--- xterm-238/xterm.man.windowfontops	2009-01-06 12:10:30.000000000 +0100
b559da0
+++ xterm-238/xterm.man	2009-01-06 12:11:39.000000000 +0100
b559da0
@@ -1448,7 +1448,7 @@ The default is ``false.''
b559da0
 .TP
b559da0
 .B "allowFontOps (\fPclass\fB AllowFontOps)"
b559da0
 Specifies whether control sequences that set/query the font should be allowed.
b559da0
-The default is ``true.''
b559da0
+The default is ``false.''
b559da0
 .TP 8
b559da0
 .B "allowSendEvents (\fPclass\fB AllowSendEvents)"
b559da0
 Specifies whether or not synthetic key and button events (generated using
b559da0
@@ -1472,7 +1472,7 @@ The default is ``true.''
b559da0
 .B "allowWindowOps (\fPclass\fB AllowWindowOps)"
b559da0
 Specifies whether extended window control sequences (as used in dtterm)
b559da0
 should be allowed.
b559da0
-The default is ``true.''
b559da0
+The default is ``false.''
b559da0
 .TP 8
b559da0
 .B "altIsNotMeta (\fPclass\fB AltIsNotMeta\fP)"
b559da0
 If ``true'', treat the Alt-key as if it were the Meta-key.