!
! Xresources customization example.
!    See "man X" under RESOURCES for basics
!    See in /etc/X11/Xresources and /etc/X11/app-defaults for example
!    Edit this to your need and place in home directory as "~/.Xresources".
!    Activate this by "xrdb -merge ~/.Xresources".
!
!!!!! Xterm
! Set the font to a more readable size
!XTerm*font: 9x15
!XTerm*font: 10x20

! Display a scrollbar for XTerm.
!XTerm*scrollBar: true

! Display a scrollbar for all apps.
!*scrollBar: true

! Set the size of the buffer to 1000 lines for XTerm.
!XTerm*saveLines: 100000

! Set the size of the buffer to 1000 lines for all apps.
!*saveLines: 100000

! Set resource for uxterm
!UXTerm*VT100*utf8:	1
!UXTerm*font: -misc-fixed-medium-r-normal-*-18-120-100-100-c-90-iso10646-1
!UXTerm*VT100*wideFont:  -misc-fixed-medium-r-normal-ja-18-120-100-100-c-180-iso10646-1


! Set XIM for X11R6
!   When kinput2 was XIM choice.  
!   These days, use environment variable XMODIFIERS anyway.
!   Keep following as commented out unless you have some big problem
!*inputMethod: kinput2

! Set kterm
!  This looked nice
!KTerm*VT100*FontList: -*-gothic-medium-r-normal-*-18-*
! These are alternatives
!KTerm*VT100*FontList: -*-fixed-medium-r-normal-*-18-*, -*-gothic-medium-r-normal-*-18-*, -*-mincho-medium-r-normal-*-18-*
!KTerm*VT100*FontList: -*-fixed-medium-r-normal--24-*, -*-gothic-medium-r-normal--24-*, -*-mincho-medium-r-normal--24-*
!  This may help
!KTerm*VT100*EucJPLocale: ja_JP.eucJP, ja_JP.EUC-JP, ja_JP.ujis, ja_JP.EUC, japanese.euc, Japanese-EUC, ja, japan

! Open IM as default
!  This may help
!KTerm*VT100*OpenIm: true
!*OpenIm: true

