! 
! X windows default settings
!
! If you want to *add* your own definitions, you can create in your home
! directory a file called .myXdefaults, which will be read in after this
! file and merged to the default settings database in the X server.
!
! You can also copy over this whole file to your home directory, and the
! copy ($HOME/.Xresources) will be used *instead* of this file.
!
! For additional information about the resources available, see X(1) and
! the manual pages for the commands.
!
! User default version by Hannu Aronsson <haa@hutcs.hut.fi> and others
!
! $Header: /m/joker/1/src/local/x11/RCS/Xdefaults,v 1.4 90/02/16 12:37:24 haa Exp Locker: haa $
!
! xterm terminal emulator
!
xterm*title: Xterm terminal
xterm*Font: 9x15
xterm*boldFont: 9x15bold
xterm*C132: on
xterm*vt100*Geometry: 80x30
xterm*MultiScroll: on
xterm*SaveLines: 200
xterm*ScrollBar: on
xterm*scrollInput: on
xterm*scrollKey: on
xterm*BorderWidth:2
!xterm*Stipple:off 	! On X11R4 this is a pixmap, not boolean, AARGH
xterm*VisualBell:on
xterm*StatusLine:on
xterm*StatusNormal:on
xterm*Curses: on
xterm*CutNewline: off
xterm*titeInhibit: on

! Shift-Up - scroll backward one line, Shift-Down - scroll forward one line,
! Ctrl-Up - scroll backward one page, Ctrl-Down - scroll forward one page
! Shift-Ctrl-Tab - xterm to secure mode.

XTerm*VT100.Translations: #override\
  Shift ~Ctrl <KeyPress> Up: scroll-back(1,lines) \n\
  Shift ~Ctrl <KeyPress> Down:scroll-forw(1,lines) \n\
  ~Shift Ctrl <KeyPress> Up: scroll-back(1,pages) \n\
  ~Shift Ctrl <KeyPress> Down:scroll-forw(1,pages) \n\
  Shift Ctrl <KeyPress> Tab: secure()

!
! Xbiff -- notify about new mail
!	
xbiff*update: 10
!
! Xclock -- a analog/digital clock
!
xclock*Geometry: 100x100-5+5
xclock*update: 1
xclock*analog: on
!
! Xman -- X manual page browser
!
xman*bothShown: on
xman*topBox: no
xman*manualFontNormal: 6x13
xman*manualFontBold: 8x13bold
xman*manualFontItalic: 8x13bold
!xman*directoryFontNormal: 
!
! Emacs -- GNU Emacs
!
emacs*Geometry: 80x40
emacs*Font: 9x15
!
! Xpostme
!
Xpostit*Font: fixed
Xpostit*Note*Font: 9x15
!
! Jterm - Japanese xterm
!
jterm*title: Jterm
! euc or sjis is supported
!jterm*KanjiCode: euc
! Smaller fonts are 8x16kana, 16x16kanji
! really small: jterm -fn a14 -fb a14 -kfn a14 -jfn k14
! small jterm: jterm -fn 8x16kana -fb 8x16kana -jfn 16x16kanji
! R4 big jterm: jterm -kfn 12x24romankana -jfn 24x24krom -fn 12x24romankana
!jterm*Font: 12x24romankana
!jterm*boldFont: 12x24romankana
!jterm*kanjiFont: 24x24krom
!jterm*kanjiBoldFont: 24x24krom
jterm*vt100*Geometry: 80x24
jterm*MultiScroll: on
jterm*SaveLines: 200
jterm*ScrollBar: on
jterm*scrollInput: on
jterm*scrollKey: on
jterm*BorderWidth:2
! jterm*Stipple:off
jterm*VisualBell:on
jterm*StatusLine:on
jterm*StatusNormal:on
jterm*Curses: on
jterm*CutNewline: off
!
! eof
!
