! $XConsortium: XTerm.ad /main/35 1996/12/03 16:44:38 swick $
!
!
!
!
! $XFree86: xc/programs/xterm/XTerm.ad,v 3.7 1997/10/13 17:16:54 hohndel Exp $

MXTerm.JoinSession:False

*scrollBar: True

*fontList:          -adobe-helvetica-medium-r-normal--*-120-*-*-*-*-iso8859-*
*XmLabel.fontList:  -adobe-helvetica-bold-r-normal--*-120-*-*-*-*-iso8859-*

*XmToggleButton.detailShadowThickness: 1
*XmToggleButton.indicatorSize: 14
*enableToggleVisual: True
*enableToggleColor: True

*mainMenu.labelString:  Main Options
*mainMenu*securekbd*labelString:  Secure Keyboard
*mainMenu*allowsends*labelString:  Allow SendEvents
*mainMenu*logging*labelString:  Log to File
*mainMenu*print*labelString:  Print Window
*mainMenu*redraw*labelString:  Redraw Window
*mainMenu*8-bit control*labelString: 8-Bit Controls
*mainMenu*backarrow key*labelString: Backarrow Key
*mainMenu*sun function-keys*labelString: Sun Function-Keys
*mainMenu*sun keyboard*labelString: Sun/PC Keyboard
*mainMenu*suspend*labelString:  Send STOP Signal
*mainMenu*continue*labelString:  Send CONT Signal
*mainMenu*interrupt*labelString:  Send INT Signal
*mainMenu*hangup*labelString:  Send HUP Signal
*mainMenu*terminate*labelString:  Send TERM Signal
*mainMenu*kill*labelString:  Send KILL Signal
*mainMenu*quit*labelString:  Quit

*vtMenu.labelString:  VT Options
*vtMenu*scrollbar*labelString:  Enable Scrollbar
*vtMenu*jumpscroll*labelString:  Enable Jump Scroll
*vtMenu*reversevideo*labelString:  Enable Reverse Video
*vtMenu*autowrap*labelString:  Enable Auto Wraparound
*vtMenu*reversewrap*labelString:  Enable Reverse Wraparound
*vtMenu*autolinefeed*labelString:  Enable Auto Linefeed
*vtMenu*appcursor*labelString:  Enable Application Cursor Keys
*vtMenu*appkeypad*labelString:  Enable Application Keypad
*vtMenu*scrollkey*labelString:  Scroll to Bottom on Key Press
*vtMenu*scrollttyoutput*labelString:  Scroll to Bottom on Tty Output
*vtMenu*allow132*labelString: Allow 80/132 Column Switching
*vtMenu*cursesemul*labelString:  Enable Curses Emulation
*vtMenu*visualbell*labelString:  Enable Visual Bell
*vtMenu*marginbell*labelString:  Enable Margin Bell
*vtMenu*altscreen*labelString:  Show Alternate Screen
*vtMenu*activeicon*labelString: Enable Active Icon
*vtMenu*softreset*labelString:  Do Soft Reset
*vtMenu*hardreset*labelString:  Do Full Reset
*vtMenu*clearsavedlines*labelString:  Reset and Clear Saved Lines
*vtMenu*tekshow*labelString:  Show Tek Window
*vtMenu*tekmode*labelString:  Switch to Tek Mode
*vtMenu*vthide*labelString:  Hide VT Window

*fontMenu.labelString:  VT Fonts
*fontMenu*fontdefault*labelString:	Default
*fontMenu*font1*labelString:	Unreadable
*VT100*font1:		nil2
*IconFont:		nil2
*fontMenu*font2*labelString:	Tiny
*VT100*font2:		5x7
*fontMenu*font3*labelString:	Small
*VT100*font3:		6x10
*fontMenu*font4*labelString:	Medium
*VT100*font4:		7x13
*fontMenu*font5*labelString:	Large
*VT100*font5:		9x15
*fontMenu*font6*labelString:	Huge
*VT100*font6:		10x20
*fontMenu*fontescape*labelString:	Escape Sequence
*fontMenu*fontsel*labelString:		Selection
!fontescape and fontsel overridden by application

*tekMenu.labelString:  Tek Options
*tekMenu*tektextlarge*labelString:  Large Characters
*tekMenu*tektext2*labelString:  #2 Size Characters
*tekMenu*tektext3*labelString:  #3 Size Characters
*tekMenu*tektextsmall*labelString:  Small Characters
*tekMenu*tekpage*labelString:  PAGE
*tekMenu*tekreset*labelString:  RESET
*tekMenu*tekcopy*labelString:  COPY
*tekMenu*vtshow*labelString:  Show VT Window
*tekMenu*vtmode*labelString:  Switch to VT Mode
*tekMenu*tekhide*labelString:  Hide Tek Window

*tek4014*fontLarge: 9x15
*tek4014*font2: 8x13
*tek4014*font3: 6x13
*tek4014*fontSmall: 6x10

! Enable Colour by default.

*VT100*colorMode: on
*VT100*boldColors: on
*VT100*dynamicColors: on

! Uncomment this use color for underline attribute
!*VT100*colorULMode: on
!*VT100*underLine: off

! Uncomment this to use color for the bold attribute
!*VT100*colorBDMode: on

! Uncomment this to use the bold/underline colors in preference to other colors
!*VT100*colorAttrMode: on

*VT100*color0: black
*VT100*color1: red3
*VT100*color2: green3
*VT100*color3: yellow3
*VT100*color4: blue3
*VT100*color5: magenta3
*VT100*color6: cyan3
*VT100*color7: gray90
*VT100*color8: gray30
*VT100*color9: red
*VT100*color10: green
*VT100*color11: yellow
*VT100*color12: blue
*VT100*color13: magenta
*VT100*color14: cyan
*VT100*color15: white
*VT100*colorUL: yellow
*VT100*colorBD: white

!This can be useful if you have an IntelliMouse.  It maps the button
!events generated by the wheel
*VT100*translations:	#override \
	!Ctrl			<Btn4Down>:	scroll-back(1,halfpage) \n\
	!Lock Ctrl		<Btn4Down>:	scroll-back(1,halfpage) \n\
	!Lock @Num_Lock Ctrl	<Btn4Down>:	scroll-back(1,halfpage) \n\
	! @Num_Lock Ctrl	<Btn4Down>:	scroll-back(1,halfpage) \n\
				<Btn4Down>:	scroll-back(5,line) \n\
	!Ctrl			<Btn5Down>:	scroll-forw(1,halfpage) \n\
	!Lock Ctrl		<Btn5Down>:	scroll-forw(1,halfpage) \n\
	!Lock @Num_Lock Ctrl	<Btn5Down>:	scroll-forw(1,halfpage) \n\
	! @Num_Lock Ctrl	<Btn5Down>:	scroll-forw(1,halfpage) \n\
				<Btn5Down>:	scroll-forw(5,line)

