5 kx ! /etc/X11/app-defaults/XTerm-console !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5 kx !
5 kx ! This resorce file will, as much as possible, configure
5 kx ! xterm to look and act like a linux console:
5 kx
5 kx #include "XTerm-upstream"
5 kx
5 kx ! VT100 Fonts !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5 kx
5 kx *VT100.renderFont: false
5 kx ! - Use bitmap fonts by default. User can switch to Scalable/TrueType
5 kx ! fonts from the VT_FONTS ctrl/right-click menu if required.
5 kx
5 kx *VT100.initialFont: 3
5 kx ! - Choose which of the following gets used on start, values: 1-6, or 'd'.
5 kx ! It probably makes sense to set this to the same as the default font.
5 kx
5 kx ! Bitmap fonts:
5 kx ! note: Some folks may find these a little large, but 'hidpi' display
5 kx ! users will appreciate the larger sizes, and the other sizes in the
5 kx ! the terminus series don't maintain a consistent aspect ratio and
5 kx ! can look a little odd when being resized.
5 kx
5 kx *VT100.font: -*-terminus-bold-r-normal-*-20-*-*-*-*-*-iso10646-1
5 kx *VT100.font2: -*-terminus-bold-r-normal-*-12-*-*-*-*-*-iso10646-1
5 kx *VT100.font3: -*-terminus-bold-r-normal-*-16-*-*-*-*-*-iso10646-1
5 kx *VT100.font4: -*-terminus-bold-r-normal-*-20-*-*-*-*-*-iso10646-1
5 kx *VT100.font5: -*-terminus-bold-r-normal-*-24-*-*-*-*-*-iso10646-1
5 kx *VT100.font6: -*-terminus-bold-r-normal-*-28-*-*-*-*-*-iso10646-1
5 kx *VT100.font7: -*-terminus-bold-r-normal-*-32-*-*-*-*-*-iso10646-1
5 kx
5 kx ! Scalable/TrueType fonts:
5 kx
5 kx *VT100.faceName: monospace
5 kx *VT100.faceSize: 12.6
5 kx *VT100.faceSize2: 7.5
5 kx *VT100.faceSize3: 10.0
5 kx *VT100.faceSize4: 12.6
5 kx *VT100.faceSize5: 15.0
5 kx *VT100.faceSize6: 17.6
5 kx *VT100.faceSize7: 20.0
5 kx
5 kx ! VT100 colours and appearance !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5 kx
5 kx *VT100.Background: rgb:00/00/00
5 kx *VT100.Foreground: rgb:aa/aa/aa
5 kx *VT100.cursorUnderLine: true
5 kx *VT100.cursorBlink: true
5 kx
5 kx ! Simulate underline using colour, just like the console does:
5 kx *VT100.colorULMode: true
5 kx *VT100.colorUL: rgb:00/aa/aa
5 kx
5 kx ! Simulate bold using colour, just like the console does:
5 kx *VT100.boldMode: false
5 kx *VT100.colorBDMode: true
5 kx *VT100.colorBD: rgb:ff/ff/ff
5 kx
5 kx ! CGA 16-colour palette:
5 kx *VT100.color0: rgb:00/00/00
5 kx *VT100.color1: rgb:aa/00/00
5 kx *VT100.color2: rgb:00/aa/00
5 kx *VT100.color3: rgb:aa/55/00
5 kx *VT100.color4: rgb:00/00/aa
5 kx *VT100.color5: rgb:aa/00/aa
5 kx *VT100.color6: rgb:00/aa/aa
5 kx *VT100.color7: rgb:aa/aa/aa
5 kx *VT100.color8: rgb:55/55/55
5 kx *VT100.color9: rgb:ff/55/55
5 kx *VT100.color10: rgb:55/ff/55
5 kx *VT100.color11: rgb:ff/ff/55
5 kx *VT100.color12: rgb:55/55/ff
5 kx *VT100.color13: rgb:ff/55/ff
5 kx *VT100.color14: rgb:55/ff/ff
5 kx *VT100.color15: rgb:ff/ff/ff
5 kx
5 kx *termName: xterm-16color
5 kx ! - 16 colours only, just like the console.
5 kx
5 kx ! Some behavioural stuff to make it work nice !!!!!!!!!!!!!!!!!!!!!!!!!!
5 kx
5 kx *VT100.metaSendsEscape: true
5 kx ! - Send meta-characters as a two-byte sequence prefixed with ESCAPE.
5 kx ! "XTerm.vt100.eightBitInput: false" is an alternative approach
5 kx ! but metaSendsEscape has a menu option in the ctrl-button1
5 kx ! popup menu, allowing the user to turn it off if need be. The
5 kx ! Linux console and most other terminal emulators do this by default.
5 kx
5 kx *VT100.bellIsUrgent: true
5 kx ! - Enable urgency hit for Window managers.
5 kx
5 kx *VT100.charClass: 45-47:48,58:48,64:48
5 kx ! - Set which characters are selected by double click.
5 kx
5 kx !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! End. !