home *** CD-ROM | disk | FTP | other *** search
- #include "Dt"
-
- !######################################################################
- !#
- !# Dtterm
- !#
- !# TriTeal Enterprise Desktop (TED)
- !#
- !# Application Defaults for the TED Terminal
- !#
- !# (c) Copyright 1994 TriTeal Corporation
- !# (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, preceed the string
- ! with "Dtterm", i.e., "Dtterm*saveLines: 10s".
-
- ! To make ONLY the terminal text area background a different color:
-
- !Dtterm*dtTerm.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 heirarchy 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
-
- Dtterm*Window.Exit.acceleratorText: Alt+F4
- Dtterm*Window.Exit.accelerator: Alt<key>F4
- Dtterm*Edit.Copy.acceleratorText: Ctrl+Insert
- Dtterm*Edit.Copy.accelerator: Ctrl <Key>osfInsert
- Dtterm*Edit.Paste.acceleratorText: Shift+Insert
- Dtterm*Edit.Paste.accelerator: Shift <Key>osfInsert
-
- !Dtterm*Window.tearOffModel: tear_off_enabled
- !Dtterm*Options.tearOffModel: tear_off_enabled
- !Dtterm*Edit.tearOffModel: tear_off_enabled
- !Dtterm*Help.tearOffModel: tear_off_enabled
-
-
- ! to remove Window->New menu item.
- !Dtterm*allowNewWindow: false
-
-
-
-
-
- ! 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-*:
-
-
-
-
-