blob: 98d8e13d9b2f562b6aa1d41c41052b881560adaf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
|
diff -dPNur xterm-278/XTerm.ad xterm-278-ds/XTerm.ad
--- xterm-278/XTerm.ad 2011-07-11 12:52:16.000000000 +0200
+++ xterm-278-ds/XTerm.ad 2012-01-22 16:21:47.000000000 +0100
@@ -101,21 +101,23 @@
*vtMenu*vthide*Label: Hide VT Window
*vtMenu*altscreen*Label: Show Alternate Screen
-*fontMenu.Label: VT Fonts
-*fontMenu*fontdefault*Label: Default
-*fontMenu*font1*Label: Unreadable
-*VT100.font1: nil2
-*IconFont: nil2
-*fontMenu*font2*Label: Tiny
-*VT100.font2: 5x7
-*fontMenu*font3*Label: Small
-*VT100.font3: 6x10
-*fontMenu*font4*Label: Medium
-*VT100.font4: 7x13
-*fontMenu*font5*Label: Large
-*VT100.font5: 9x15
-*fontMenu*font6*Label: Huge
-*VT100.font6: 10x20
+*fontMenu.Label: VT Fonts
+*fontMenu*fontdefault*Label: Default
+*fontMenu*font1*Label: Large
+*VT100*font1: -xos4-terminus-medium-r-normal--32-320-72-72-c-160-koi8-r
+#*fontMenu*font2*Label: KOI8
+#*VT100*font2: -sony-fixed-medium-r-normal--24-170-100-100-c-120-koi8-1
+*fontMenu*font2*Label: KOI8
+*VT100*font2: koi9x15
+*fontMenu*font3*Label: WIN
+*VT100*font3: win9x15
+*fontMenu*font4*Label: ALT
+*VT100*font4: alt9x15
+*fontMenu*font5*Label: ISO
+*VT100*font5: iso9x15
+*fontMenu*font6*Label: Unreadable
+*VT100*font6: koinil2
+
*fontMenu*fontescape*Label: Escape Sequence
*fontMenu*fontsel*Label: Selection
!fontescape and fontsel overridden by application
@@ -135,12 +137,13 @@
*fontMenu*allow-title-ops*Label: Allow Title Ops
*fontMenu*allow-window-ops*Label: Allow Window Ops
-*VT100.utf8Fonts.font2: -misc-fixed-medium-r-normal--8-80-75-75-c-50-iso10646-1
-*VT100.utf8Fonts.font: -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso10646-1
-*VT100.utf8Fonts.font3: -misc-fixed-medium-r-normal--14-130-75-75-c-70-iso10646-1
-*VT100.utf8Fonts.font4: -misc-fixed-medium-r-normal--13-120-75-75-c-80-iso10646-1
-*VT100.utf8Fonts.font5: -misc-fixed-medium-r-normal--18-120-100-100-c-90-iso10646-1
-*VT100.utf8Fonts.font6: -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso10646-1
+*VT100.utf8Fonts.font: -misc-fixed-medium-r-normal*-90-iso10646-1
+#*VT100.utf8Fonts.font2: -misc-fixed-medium-r-normal--8-80-75-75-c-50-iso10646-1
+#*VT100.utf8Fonts.font: -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso10646-1
+#*VT100.utf8Fonts.font3: -misc-fixed-medium-r-normal--14-130-75-75-c-70-iso10646-1
+#*VT100.utf8Fonts.font4: -misc-fixed-medium-r-normal--13-120-75-75-c-80-iso10646-1
+#*VT100.utf8Fonts.font5: -misc-fixed-medium-r-normal--18-120-100-100-c-90-iso10646-1
+#*VT100.utf8Fonts.font6: -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso10646-1
*tekMenu.Label: Tek Options
*tekMenu*tektextlarge*Label: Large Characters
@@ -159,6 +162,13 @@
*tek4014*font3: 6x13
*tek4014*fontSmall: 6x10
+*.vt100.wideChars: on
+*.vt100.font: -xos4-terminus-medium-r-normal--24-240-72-72-c-120-koi8-r
+#*.vt100.font: -misc-fixed-medium-r-normal--15-140-75-75-c-90-iso10646-1
+*.vt100.encodingMode: locale
+*.PtyInitialErase: on
+*.backarrowKeyIsErase: on
+
! If xterm is built with a toolbar, the widget hierarchy looks like this,
! showing widget name / class names. The complete menu hierarchy is built
! at startup because it is needed to make the layout work for the menubar:
@@ -254,3 +264,9 @@
!*allowTcapOps: false
!*allowTitleOps: false
!*allowWindowOps: false
+
+*metaSendsEscape: true
+
+XTerm*VT100.Translations: #override\n\
+ Ctrl Shift <KeyPress> Insert:insert-selection(SELECT, CUT_BUFFER0)\n\
+ Shift <KeyPress> Insert:insert()\n
|