blob: 644f5a684ad71e00d41e343ed5efab6615e1f9df (
plain) (
blame)
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
|
*SimpleMenu*BackingStore: NotUseful
*SimpleMenu*font: -adobe-helvetica-bold-r-normal--*-100-*-*-*-*-iso8859-*
*SimpleMenu*menuLabel.vertSpace: 100
*SimpleMenu*HorizontalMargins: 16
*SimpleMenu*vertSpace: 10
*SimpleMenu*Cursor: left_ptr
! Comment out if not color display.
*SimpleMenu*menuLabel.foreground: White
*SimpleMenu.borderColor: black
!.xgterm.SimpleMenu.background: #7c8498
!.gterm-iraf.tekMenu.background: #7c8498
.xgterm.SimpleMenu.background: #8992a8
.gterm-iraf.tekMenu.background: #8992a8
*SimpleMenu*foreground: Black
! The following is for Xaw3d.
*beNiceToColormap: False
*mainMenu.Label: Main Options
*mainMenu*securekbd*Label: Secure Keyboard
*mainMenu*allowsends*Label: Allow SendEvents
*mainMenu*logging*Label: Log to File
*mainMenu*redraw*Label: Redraw Window
*mainMenu*suspend*Label: Send STOP Signal
*mainMenu*continue*Label: Send CONT Signal
*mainMenu*interrupt*Label: Send INT Signal
*mainMenu*hangup*Label: Send HUP Signal
*mainMenu*terminate*Label: Send TERM Signal
*mainMenu*kill*Label: Send KILL Signal
*mainMenu*quit*Label: Quit
*fontMenu.Label: VT Fonts
*fontMenu*fontdefault*Label: Default
*fontMenu*font1*Label: Unreadable
*VT100*font1: 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*fontescape*Label: Escape Sequence
*fontMenu*fontsel*Label: Selection
!fontescape and fontsel overridden by application
*vtMenu.Label: Control Options
*vtMenu*scrollbar*Label: Enable Scrollbar
*vtMenu*jumpscroll*Label: Enable Jump Scroll
*vtMenu*reversevideo*Label: Enable Reverse Video
*vtMenu*colortext*Label: Enable Color Text
*vtMenu*autowrap*Label: Enable Auto Wraparound
*vtMenu*reversewrap*Label: Enable Reverse Wraparound
*vtMenu*autolinefeed*Label: Enable Auto Linefeed
*vtMenu*appcursor*Label: Enable Application Cursor Keys
*vtMenu*appkeypad*Label: Enable Application Keypad
*vtMenu*scrollkey*Label: Scroll to Bottom on Key Press
*vtMenu*scrollttyoutput*Label: Scroll to Bottom on Tty Output
*vtMenu*allow132*Label: Allow 80/132 Column Switching
*vtMenu*cursesemul*Label: Enable Curses Emulation
*vtMenu*visualbell*Label: Enable Visual Bell
*vtMenu*marginbell*Label: Enable Margin Bell
*vtMenu*altscreen*Label: Show Alternate Screen
*vtMenu*softreset*Label: Do Soft Reset
*vtMenu*hardreset*Label: Do Full Reset
*vtMenu*clearsavedlines*Label: Reset and Clear Saved Lines
*vtMenu*gioenable*Label: Enable Graphics Capabilities
*vtMenu*tekshow*Label: Show Graphics Window
*vtMenu*tekmode*Label: Switch to Graphics Mode
*vtMenu*tekreset*Label: Reset Graphics Window
*vtMenu*vthide*Label: Hide VT Window
*tekMenu.Label: Graphics Options
*tekMenu*tekpage*Label: Clear window
*tekMenu*tekhide*Label: Hide Window
*tekMenu*vtshow*Label: Show VT Window
*tekMenu*tekreset*Label: Destroy Window
! The following key bindings are for Sun sparcstation keyboards (copy/paste).
*VT100.Translations: #override \
<Key>L6:select-set(CLIPBOARD)\n\
<Key>L8:insert-selection(CLIPBOARD)
! The following define the ISO 6429 color standard
*VT100*color0: black
*VT100*color1: red
*VT100*color2: green
*VT100*color3: yellow
*VT100*color4: blue
*VT100*color5: magenta
*VT100*color6: cyan
*VT100*color7: gray55
*VT100*color8: gray30
*VT100*color9: red
*VT100*color10: green
*VT100*color11: yellow
*VT100*color12: blue
*VT100*color13: magenta
*VT100*color14: cyan
*VT100*color15: white
*VT100*colorBD: white
*VT100*colorUL: yellow
! The following define resources to produce a 3-D scrollbar with arrows.
*VT100*Scrollbar*background: #c0c0c0
*VT100*Scrollbar*width: 15
*VT100*Scrollbar*height: 15
*VT100*Scrollbar*shadowWidth: 2
|