# include "Dt"
!######################################################################
!#
!# Dtterm
!#
!# Common Desktop Enviornment (CDE)
!#
!# Application Defaults for the CDE DT Terminal
!#
!# (c) Copyright 1993, 1994 Hewlett-Packard Company	
!# (c) Copyright 1993, 1994 International Business Machines Corp.
!# (c) Copyright 1993, 1994 Sun Microsystems, Inc.
!# (c) Copyright 1993, 1994 Unix System Labs, Inc., a subsidiary of
!#     Novell, Inc.
!#
!######################################################################
! When using the following as an xrdb resource, precede the string
! with "Dtterm", i.e., "Dtterm*saveLines: 10s".
! To make ONLY the terminal text area background a different color:
! Dtterm*term.background: dimGray
! To turn on/off the scroll bar:
! *scrollBar: true
! *scrollBar: false
! To turn on/off the visual bell:
! *visualBell: true
! *visualBell: false
! To turn on/off initial display of the menu bar:
! *menuBar: true
! *menuBar: false
! Since we are bypassing the normal OSF Motif key bindings for terminal
! windows, we need to explicitly specify the menu accelerators.  These
! will disable the menu accelerators which is necessary to allow F10
! to be used as a function key:
*menu_pulldown.menuAccelerator: <Key>None
*menu_popup.menuAccelerator: <Key>None
! These will enable the menu accelerators which will allow F10 to act
! as the menu pulldown and popup accelerator:
!*menu_pulldown.menuAccelerator: <Key>osfMenuBar
!*menu_popup.menuAccelerator: <Key>osfMenu
! The following resources define dtterm's appearance.  They follow the
! current dtterm widget hierarchy which may change in future releases
! of dtterm without notice.
!
!	Widget Class			Instance Name
!	------------------------------	----------------
!	applicationShellWidgetClass	"Dtterm"
!	dtTermViewWidgetClass		"dtTermView"
!	xmFrameWidgetClass		"dtTermScrolledWindowFrame"
!	xmScrolledWindowWidgetClass	"dtTermScrolledWindow"
!	dtTermWidgetClass		"dtTerm"
!
*dtTermView.marginWidth:				3
*dtTermView.marginHeight:				3
*dtTermScrolledWindowFrame.shadowThickness:		0
*dtTermScrolledWindowFrame.shadowType:			shadow_etched_in
*dtTermScrolledWindowFrame.marginWidth:			0
*dtTermScrolledWindowFrame.marginHeight:		0
*dtTermScrolledWindow.shadowThickness:			0
*dtTermScrolledWindow.scrolledWindowMarginWidth:	0
*dtTermScrolledWindow.scrolledWindowMarginHeight:	0
*dtTermScrolledWindow.spacing:				2
! The following resource specifies the fonts that can be chosen from the
! font size pulldown/popup menu:
*userFontList: -dt-interface user-medium-r-normal-xxs*-*-*-*-*-m-*:\n\
-dt-interface user-medium-r-normal-xs*-*-*-*-*-m-*:\n\
-dt-interface user-medium-r-normal-s*-*-*-*-*-m-*:\n\
-dt-interface user-medium-r-normal-m*-*-*-*-*-m-*:\n\
-dt-interface user-medium-r-normal-l*-*-*-*-*-m-*:\n\
-dt-interface user-medium-r-normal-xl*-*-*-*-*-m-*:\n\
-dt-interface user-medium-r-normal-xxl*-*-*-*-*-m-*:
