! SCCSID(@(#)xdef.sco	1.17 LCC) Modified 22:01:09 12/10/92

! SCO Merge Xdefaults file.

! Title for the DOS window.
dos*title:				DOS
dos*iconName:				DOS

! Two basic font sizes are used with Merge: 6x13pc (small) and 8x14pc (large).
! The "auto" option will choose one of the two fonts based on the number of
! dots per inch (DPI) of the display.
dos*dosfont:                               auto

! "windowsWidth" and "windowsHeight" are used to set the width and height
! of the Merge X window while running MS-Windows 3.1.
! The preferred minimum size is 640x480, because this is the standard
! VGA resolution.  But because the X window manager (Motif or Openlook)
! window dressing takes up room, 640x480 will not fit on a standard VGA.
! On a standard VGA, the minimum recommended is 600x430.  Using less than
! 600x430 is not recommended.
! If the real display is 800x600, then 640x480 is better.
! The "auto" option will automatically choose a width and height based
! on the screen resolution.  It uses 80% of the screen width and height.
! It will not go below a minimum width of 600 or minimum height of 430.
dos*windowsWidth: auto
dos*windowsHeight: auto

! Definitions for the "DOS menu".

! The resource "dos*menukey" is used to define the "menu key".  This is
! the key combination that pops up the DOS menu and which is also used as
! the "unzoom" key.  The factory default value is "Alt<d>".
! It can be changed to any key, plus a shift, ctrl, or alt state can be
! specified.  Use the standard X name for the key, delimited by "<" and ">".
! When specifying the shift state keys (i.e., "Ctrl", "Shift", and/or "Alt").
! For example, to set it to the F12 key when shift and control are pressed,
! use "Ctrl Shift<F12>"
dos*menukey:				Alt<d>

! Definitions for the "Auto Zoom" for Hi-Res graphics mode.
dos*autozoom:				no

! Definitions for the "Auto Freeze".  Suspend DOS if keyboard not focused.
dos*autofreeze:				no

! The resource "dos*DOSMenuButton" is used to define a mouse button that
! pops up the DOS menu.  It's value can be "1", "2", or "3".
! Factory default value is "3".
dos*DOSMenuButton:                      3

dos*dosMenu*Alignment:                  ALIGNMENT_CENTER
dos*Zoom*translations:                  <Btn1Up>: Activate()\n\
                                        <Btn3Up>: Activate()\n\
                                        <LeaveWindow>: Leave()\n\
                                        <EnterWindow>: Enter()
dos*Unzoom*translations:                <Btn1Up>: Activate()\n\
                                        <Btn3Up>: Activate()\n\
                                        <LeaveWindow>: Leave()\n\
                                        <EnterWindow>: Enter()
dos*Focus*translations:                 <Btn1Up>: Activate()\n\
                                        <Btn3Up>: Activate()\n\
                                        <LeaveWindow>: Leave()\n\
                                        <EnterWindow>: Enter()
dos*Unfocus*translations:               <Btn1Up>: Activate()\n\
                                        <Btn3Up>: Activate()\n\
                                        <LeaveWindow>: Leave()\n\
                                        <EnterWindow>: Enter()
dos*Refresh*translations:               <Btn1Up>: Activate()\n\
                                        <Btn3Up>: Activate()\n\
                                        <LeaveWindow>: Leave()\n\
                                        <EnterWindow>: Enter()
dos*X Colors*translations:              <Btn1Up>: Activate()\n\
                                        <Btn3Up>: Activate()\n\
                                        <LeaveWindow>: Leave()\n\
                                        <EnterWindow>: Enter()
dos*DOS Colors*translations:            <Btn1Up>: Activate()\n\
                                        <Btn3Up>: Activate()\n\
                                        <LeaveWindow>: Leave()\n\
                                        <EnterWindow>: Enter()
dos*Autofreeze on*translations:         <Btn1Up>: Activate()\n\
                                        <Btn3Up>: Activate()\n\
                                        <LeaveWindow>: Leave()\n\
                                        <EnterWindow>: Enter()
dos*Autofreeze off*translations:        <Btn1Up>: Activate()\n\
                                        <Btn3Up>: Activate()\n\
                                        <LeaveWindow>: Leave()\n\
                                        <EnterWindow>: Enter()
dos*Quit*translations:                  <Btn1Up>: Activate()\n\
                                        <Btn3Up>: Activate()\n\
                                        <LeaveWindow>: Leave()\n\
                                        <EnterWindow>: Enter()

! When InstallColorMap is "True" then DOS colors are automatically
! installed when the DOS window is active.
dos*InstallColorMap:                    False

! Note: dos*background MUST be black!  So don't change it!
dos*background:                         black
dos*foreground:                         white

dos*dosMenu*background:                 gray
dos*dosMenu*foreground:                 black
dos*dosConfirm*background:              gray
dos*dosConfirm*foreground:              black
dos*dosWarning*background:              gray
dos*dosWarning*foreground:              black

dos*black:				black
dos*blue:				blue
dos*green:				green
dos*cyan:				cyan
dos*red:				red
dos*magenta:				magenta
dos*brown:				brown
dos*lightgray:				lightgray
dos*gray:				dimgray
dos*lightblue:				lightblue
dos*lightgreen:				palegreen
dos*lightcyan:				lightcyan
dos*lightred:				pink
dos*lightmagenta:			plum
dos*yellow:				yellow
dos*white:				white

! When using a monochrome display, then uncomment the following lines:
!dos*dosMenu*background:		white
!dos*dosConfirm*background:		white
!dos*dosWarning*background:		white
!dos*blue:				black
!dos*green:				black
!dos*cyan:				white
!dos*red:				black
!dos*magenta:				white
!dos*brown:				black
!dos*lightgray:				white
!dos*gray:				white
!dos*lightblue:				black
!dos*lightgreen:			black
!dos*lightcyan:				white
!dos*lightred:				black
!dos*lightmagenta:			white
!dos*yellow:				white
