home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March B / SCO_CASTOR4RRT.iso / TEDdesk / reloc.8 / $TED_DIR / app-defaults / C / Dtterm < prev    next >
Text File  |  1998-08-19  |  4KB  |  107 lines

  1. #include "Dt"
  2.  
  3. !######################################################################
  4. !#
  5. !# Dtterm
  6. !#
  7. !# TriTeal Enterprise Desktop (TED)
  8. !#
  9. !# Application Defaults for the TED Terminal
  10. !#
  11. !# (c) Copyright 1994  TriTeal Corporation 
  12. !# (c) Copyright 1993, 1994 Hewlett-Packard Company    
  13. !# (c) Copyright 1993, 1994 International Business Machines Corp.
  14. !# (c) Copyright 1993, 1994 Sun Microsystems, Inc.
  15. !# (c) Copyright 1993, 1994 Unix System Labs, Inc., a subsidiary of
  16. !#     Novell, Inc.
  17. !#
  18. !######################################################################
  19. ! When using the following as an xrdb resource, preceed the string
  20. ! with "Dtterm", i.e., "Dtterm*saveLines: 10s".
  21.  
  22. ! To make ONLY the terminal text area background a different color:
  23.  
  24. !Dtterm*dtTerm.background: dimGray
  25.  
  26.  
  27. ! To turn on/off the scroll bar:
  28. ! *scrollBar: true
  29. ! *scrollBar: false
  30.  
  31. ! To turn on/off the visual bell:
  32. ! *visualBell: true
  33. ! *visualBell: false
  34.  
  35. ! To turn on/off initial display of the menu bar:
  36. ! *menuBar: true
  37. ! *menuBar: false
  38.  
  39. ! Since we are bypassing the normal OSF Motif key bindings for terminal
  40. ! windows, we need to explicitly specify the menu accelerators.  These
  41. ! will disable the menu accelerators which is necessary to allow F10
  42. ! to be used as a function key:
  43. *menu_pulldown.menuAccelerator: <Key>None
  44. *menu_popup.menuAccelerator: <Key>None
  45. ! These will enable the menu accelerators which will allow F10 to act
  46. ! as the menu pulldown and popup accelerator:
  47. !*menu_pulldown.menuAccelerator: <Key>osfMenuBar
  48. !*menu_popup.menuAccelerator: <Key>osfMenu
  49.  
  50. ! The following resources define dtterm's appearance.  They follow the
  51. ! current dtterm widget heirarchy which may change in future releases
  52. ! of dtterm without notice.
  53. !
  54. !    Widget Class            Instance Name
  55. !    ------------------------------    ----------------
  56. !    applicationShellWidgetClass    "Dtterm"
  57. !    dtTermViewWidgetClass        "dtTermView"
  58. !    xmFrameWidgetClass        "dtTermScrolledWindowFrame"
  59. !    xmScrolledWindowWidgetClass    "dtTermScrolledWindow"
  60. !    dtTermWidgetClass        "dtTerm"
  61. !
  62. *dtTermView.marginWidth:                3
  63. *dtTermView.marginHeight:                3
  64. *dtTermScrolledWindowFrame.shadowThickness:        0
  65. *dtTermScrolledWindowFrame.shadowType:            shadow_etched_in
  66. *dtTermScrolledWindowFrame.marginWidth:            0
  67. *dtTermScrolledWindowFrame.marginHeight:        0
  68. *dtTermScrolledWindow.shadowThickness:            0
  69. *dtTermScrolledWindow.scrolledWindowMarginWidth:    0
  70. *dtTermScrolledWindow.scrolledWindowMarginHeight:    0
  71. *dtTermScrolledWindow.spacing:                2
  72.  
  73. Dtterm*Window.Exit.acceleratorText:            Alt+F4
  74. Dtterm*Window.Exit.accelerator:                Alt<key>F4
  75. Dtterm*Edit.Copy.acceleratorText:            Ctrl+Insert 
  76. Dtterm*Edit.Copy.accelerator:                Ctrl <Key>osfInsert
  77. Dtterm*Edit.Paste.acceleratorText:            Shift+Insert 
  78. Dtterm*Edit.Paste.accelerator:                Shift <Key>osfInsert 
  79.  
  80. !Dtterm*Window.tearOffModel:                tear_off_enabled
  81. !Dtterm*Options.tearOffModel:                tear_off_enabled
  82. !Dtterm*Edit.tearOffModel:                tear_off_enabled
  83. !Dtterm*Help.tearOffModel:                tear_off_enabled
  84.  
  85.  
  86. ! to remove Window->New menu item.
  87. !Dtterm*allowNewWindow:                    false
  88.  
  89.  
  90.  
  91.  
  92.  
  93. ! The following resource specifies the fonts that can be chosen from the
  94. ! font size pulldown/popup menu:
  95. *userFontList: \
  96. -dt-interface user-medium-r-normal-xxs*-*-*-*-*-m-*:\n\
  97. -dt-interface user-medium-r-normal-xs*-*-*-*-*-m-*:\n\
  98. -dt-interface user-medium-r-normal-s*-*-*-*-*-m-*:\n\
  99. -dt-interface user-medium-r-normal-m*-*-*-*-*-m-*:\n\
  100. -dt-interface user-medium-r-normal-l*-*-*-*-*-m-*:\n\
  101. -dt-interface user-medium-r-normal-xl*-*-*-*-*-m-*:\n\
  102. -dt-interface user-medium-r-normal-xxl*-*-*-*-*-m-*:
  103.  
  104.  
  105.  
  106.  
  107.