26 lines
726 B
Diff
26 lines
726 B
Diff
diff -up xterm-283/XTerm.ad.resources xterm-283/XTerm.ad
|
|
--- xterm-283/XTerm.ad.resources 2011-07-11 12:52:16.000000000 +0200
|
|
+++ xterm-283/XTerm.ad 2012-10-10 15:41:01.571707490 +0200
|
|
@@ -254,3 +254,9 @@
|
|
!*allowTcapOps: false
|
|
!*allowTitleOps: false
|
|
!*allowWindowOps: false
|
|
+
|
|
+! Red Hat Defaults:
|
|
+*allowFontOps: false
|
|
+*VT100*eightBitInput: false
|
|
+*VT100*scrollBar: true
|
|
+*VT100*utf8Title: true
|
|
diff -up xterm-283/main.h.resources xterm-283/main.h
|
|
--- xterm-283/main.h.resources 2012-06-05 02:37:22.000000000 +0200
|
|
+++ xterm-283/main.h 2012-10-10 15:05:47.200163396 +0200
|
|
@@ -104,7 +104,7 @@
|
|
#endif
|
|
|
|
#ifndef DEF_ALLOW_TCAP
|
|
-#define DEF_ALLOW_TCAP True
|
|
+#define DEF_ALLOW_TCAP False
|
|
#endif
|
|
|
|
#ifndef DEF_ALLOW_TITLE
|