blob: f47b7ea8370b624dfcfa3f3b664454c0e1bd49e4 (
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
|
diff -dPNur xterm-207/XTerm.ad xterm-207-new/XTerm.ad
--- xterm-207/XTerm.ad 2005-11-03 13:17:27.000000000 +0000
+++ xterm-207-new/XTerm.ad 2005-12-26 13:56:48.000000000 +0000
@@ -70,21 +70,20 @@
*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: Unreadable
+*VT100*font1: koinil2
+*fontMenu*font2*Label: UTF8
+*VT100*font2: -misc-fixed-medium-r-normal*-90-iso10646-1
+*fontMenu*font3*Label: WIN
+*VT100*font3: win9x15
+*fontMenu*font4*Label: ALT
+*VT100*font4: alt9x15
+*fontMenu*font5*Label: KOI8
+*VT100*font5: koi9x15
+*fontMenu*font6*Label: ISO
+*VT100*font6: iso9x15
*fontMenu*fontescape*Label: Escape Sequence
*fontMenu*fontsel*Label: Selection
!fontescape and fontsel overridden by application
@@ -94,12 +93,13 @@
*fontMenu*render-font*Label: TrueType Fonts
*fontMenu*utf8-mode*Label: UTF-8
-*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
@@ -118,6 +118,13 @@
*tek4014*font3: 6x13
*tek4014*fontSmall: 6x10
+*.vt100.wideChars: on
+*.vt100.font: koi9x15
+#*.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:
|