!!! .Xresources  -*- Conf -*-
!! Initial X resources

!!! Ivan Shmakov, 2013, 2020

!! To the extent possible under law, the author(s) have dedicated
!! all copyright and related and neighboring rights to this software
!! to the public domain worldwide.  This software is distributed
!! without any warranty.

!! You should have received a copy of the CC0 Public Domain Dedication
!! along with this software.  If not, see
!! <http://creativecommons.org/publicdomain/zero/1.0/>.

!!! History:

!! 0.2  2020-05-10 18:35Z
!!      Fixed Conf in Emacs modeline (was: Sh.)  Tweak public domain
!!      notice formatting.  Add History section.  Use XTerm instead of
!!      UXTerm; enable titeInhibit: as well.  Add empty lines for
!!      readability.

!! 0.1  2013-12-25 16:24:16Z
!!      (sfn.lkssRtNlWxIfPdrCOvb_9_I4FlgL2IaXJ67aGs0oTAs.xrdb)
!!      Rewritten from scratch.  Only UXTerm resources for now.

!!! Data:

XTerm*customization:
XTerm*background:       gray
XTerm*foreground:       navyblue
XTerm.vt100.colorMode:  false
XTerm.vt100.geometry:   80x31
XTerm.vt100.internalBorder:     0
#if WIDTH >= 1280 && HEIGHT >= 1024
XTerm.vt100.initialFont:    6
#endif

!! NB: these are really obsolete
XTerm.vt100.altSendsEscape:     true
XTerm.vt100.metaSendsEscape:    true

!! NB: alternate screens get in the way of, say $ ls | less -F 
XTerm.vt100.titeInhibit:        true

!! Use larger font for the menus
XTerm*SimpleMenu*menuLabel.font: \
    -adobe-helvetica-medium-r-normal--25-*-100-*-p-*-iso10646-1
XTerm*SimpleMenu*font: \
    -adobe-helvetica-medium-r-normal--20-*-100-*-p-*-iso10646-1

!!! .Xresources ends here
