! $Id: xterm,v 1.7 2021/11/19 16:55:54 nanons Exp $
!
! xterm(1) configuration

! Set TERM environment variable
! Set to "xterm-256color" to enable better color support
XTerm*termName: xterm-256color

! Launch login shell on startup (to source ~/.profile)
Xterm*loginShell: true

! Use custom FreeType font instead of the system-wide bitmap font
!Xterm*faceName: DejaVu Sans Mono
!Xterm*faceSize: 16

! Colors
XTerm*background: black
XTerm*foreground: grey

! Disable borders
XTerm*borderWidth: 0
XTerm*internalBorder: 0

! Enable Meta (Alt) bindings and disable Latin input
XTerm*metaSendsEscape: true

! Make delete key behave like normal
XTerm*deleteIsDEL: false

! Disable scrollbar
XTerm*scrollBar: false

! Exclude newline from triple-click selection
XTerm*cutNewline: false

! Highlight xterm(1) window when the bell rings
XTerm*bellIsUrgent: true

! Use bright white color instead of bold font like in console
!XTerm*allowBoldFonts: false
!XTerm*colorBDMode: true
!XTerm*colorBD: white

! Disable middle mouse button paste keybinding
! Use Shift+Insert to paste instead
XTerm*vt100.translations: #override \n\
	~Ctrl ~Meta <Btn2Up>: ignore()
