blob: bd0095f6d8a1409a317fbb1191bb7866dc83ba33 (
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
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! These resources will, as much as possible, configure xterm to look
! like a linux console.
!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! Choose one below:
!XTerm.termName: xterm-new
!! Use the more featureful 'xterm-new' terminfo entry.
XTerm.termName: xterm
! Use the standard 'xterm' terminfo entry.
XTerm.locale: true
! Enable conversion between the locale and utf-8 if necessary.
!XTerm.ptyInitialErase: false
! Set the tty erase setting to match the terminfo/cap definition for
! this terminal type.
!XTerm.backarrowKeyIsErase: true
! Send the erase character when the backarrow key (a.k.a. backspace)
! is pressed.
XTerm.vt100.metaSendsEscape: true
! Send meta-characters as a two-byte sequence prefixed with ESCAPE.
! "XTerm.vt100.eightBitInput: false" is an alternative approach
! but metaSendsEscape has a menu option in the ctrl-button1
! popup menu, allowing the user to turn it off if need be. The
! Linux console and most other terminal emulators do this by default.
XTerm.vt100.bellIsUrgent: true
! Enable urgency hit for Window managers.
XTerm.vt100.renderFont: false
! Use bitmap fonts by default.User can switch to ttyfonts from menu,
! if required.
XTerm.vt100.font: -*-terminus-medium-r-normal-*-20-*-*-*-*-*-iso10646-1
XTerm.vt100.font1: -*-terminus-medium-r-normal-*-12-*-*-*-*-*-iso10646-1
XTerm.vt100.font2: -*-terminus-medium-r-normal-*-14-*-*-*-*-*-iso10646-1
XTerm.vt100.font3: -*-terminus-medium-r-normal-*-16-*-*-*-*-*-iso10646-1
XTerm.vt100.font4: -*-terminus-medium-r-normal-*-20-*-*-*-*-*-iso10646-1
XTerm.vt100.font5: -*-terminus-medium-r-normal-*-24-*-*-*-*-*-iso10646-1
XTerm.vt100.font6: -*-terminus-medium-r-normal-*-32-*-*-*-*-*-iso10646-1
XTerm.vt100.faceName: monospace
XTerm.vt100.faceSize: 14.0
XTerm*Background: rgb:00/00/00
XTerm*Foreground: rgb:aa/aa/aa
XTerm*cursorUnderLine: true
XTerm*cursorBlink: true
XTerm*boldMode: false
XTerm*colorULMode: true
XTerm*colorUL: rgb:00/aa/aa
XTerm*colorBDMode: true
XTerm*colorBD: rgb:ff/ff/ff
! CGA 16-colour palatte:
XTerm*color0: rgb:00/00/00
XTerm*color1: rgb:aa/00/00
XTerm*color2: rgb:00/aa/00
XTerm*color3: rgb:aa/55/00
XTerm*color4: rgb:00/00/aa
XTerm*color5: rgb:aa/00/aa
XTerm*color6: rgb:00/aa/aa
XTerm*color7: rgb:aa/aa/aa
XTerm*color8: rgb:55/55/55
XTerm*color9: rgb:ff/55/55
XTerm*color10: rgb:55/ff/55
XTerm*color11: rgb:ff/ff/55
XTerm*color12: rgb:55/55/ff
XTerm*color13: rgb:ff/55/ff
XTerm*color14: rgb:55/ff/ff
XTerm*color15: rgb:ff/ff/ff
XTerm*charClass: 45-47:48,58:48,64:48
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|