! Parts (C) 1996 By Greg J. Badros <gjb@cs.duke.edu>
!
! Modification for Linux-Mandrake by Chmouel Boudjnah <chmouel@mandraksoft.com>
!
! Modifications for ALT Linux by ALT Linux Team <devel@altlinux.ru>
! (C) 2002-2004, ALT Linux Team <devel@altlinux.ru>
!
! You may use this file as specified under the GNU General Public License


!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! xterm (and friends)

! If true, overrides the mapping of C1 controls (codes 128-159) to make
! them be treated as if they were printable characters.  Although this
! corresponds to no particular standard, some users insist it is a VT100.
! The default is "false".
*VT100.allowC1Printable: true

! Specifies whether or not recognition of ANSI (ISO 6429) color change
! escape sequences should be enabled.
! The default is "true".
!*VT100*colorMode:	true

! Specifies  whether characters with the bold attribute should be
! displayed in color or as bold characters.   Note  that  setting
! colorMode off disables all colors, including bold.
*VT100*colorBDMode:	true

! This specifies the color to use to display bold characters if the
! "colorBDMode" resource is enabled.
*VT100*colorBD:		blue

! Specifies whether characters with the underline attribute should be
! displayed in color or as underlined characters.  Note that setting
! colorMode off disables all colors, including underlining.
*VT100*colorULMode:	true

! This specifies the color to use to display underlined characters if the
! "colorULMode" resource is enabled.
*VT100*colorUL:		magenta

! Specifies whether or not escape sequences to change colors assigned to
! different attributes are recognized.
*VT100*dynamicColors:	true

! If "true", Meta characters input from the keyboard are presented as
! a single character with the eighth bit turned on.  The terminal is
! put into 8-bit mode.  If "false", Meta characters are converted into
! a two-character sequence with the character itself preceded by ESC.
! The terminal is put into 7-bit mode.  The metaSendsEscape resource may
! override this.
! The default is "true".
*VT100.eightBitInput:	false

*VT100*fontMenu*fontdefault*Label:Default

! If "false", selecting with the mouse highlights all positions on the
! screen between the beginning of the selection and the current position.
! If "true", xterm highlights only the positions that contain text that
! can be selected.
! The default is "false".
*VT100*highlightSelection:	true

! Specifies the number of lines to save beyond the top of the screen when
! a scrollbar is turned on.  The default is 64.
*VT100*saveLines:	9999
Aterm*saveLines:	9999
Rxvt*saveLines:		9999

! Specifies whether or not the scrollbar should be displayed.
! The default is "false".
*VT100*scrollBar:	true
Aterm*scrollBar:	true
Rxvt*scrollBar:		true

! Specifies whether or not pressing a key should automatically cause the
! scrollbar to go to the bottom of the scrolling region.
! The default is "false".
*VT100*scrollKey:	true
Aterm*scrollKey:	true
Rxvt*scrollKey:		true

! Specifies whether or not output to the terminal should automatically
! cause the scrollbar to go to the bottom of the scrolling region.
! The default is "true".
*VT100*scrollTtyOutput:	false
Aterm*scrollTtyOutput:	false
Rxvt*scrollTtyOutput:	false

! This resource specifies whether or not to ignore the 'alternate screen'
! of applications such as less and vi.  When it is off, these applications
! will restore the contents of the screen when they are exited to what they
! were before they were started.  When it is on, the contents of view will
! remain on the screen after the program is quit.
*VT100*titeInhibit:	false
Aterm*titeInhibit:	false
Rxvt*titeInhibit:	false

! This specifies whether or not text with the underline attribute should
! be underlined.  It may be desirable to disable underlining when color
! is being used for the underline attribute.
*VT100*underLine:	false

! Specifies whether or not a visible bell (i.e., flashing) should be used
! instead of an audible bell when Control-G is received.
! The default is "false".
*VT100*visualBell:	false

! Specifies whether or not reverse-wraparound should be enabled.
! The default is "false".
*VT100*reverseWrap:	true

! Second part of hack for kbs vs. Emacs: xterm will use escape sequence from terminfo database
*backarrowKeyIsErase:true

! Wheel mouse support for netscape.
Netscape*globalTranslations: #override\
	<Btn5Up>: LineDown()\n\
	<Btn4Up>: LineUp()

Scrollbar.JumpCursor:	true

! Default Xcursor theme
Xcursor.theme:	jimmac

! This makes libXt to load /etc/app-defaults/<app>-color file if it exists
! and /etc/app-defaults/<app> otherwise

*customization: -color

#include "/etc/X11/Xresources-site"
