!Nett: -*-console-*-r-*-*-16-*-*-*-c-*-*-*               ideal
!Nett: -misc-fixed-medium-r-*-*-15-*-*-*-c-*-*-*         klar, dnn, super
!
!Nett: -*-screen-*-r-*-*-16-*-*-*-m-80-iso8859-1         klar, dnn
!Nett: -etl-fixed-medium-r-*-*-16-*-*-*-c-*-*-*          klar, dnn, super
!Nett: -*-screen-*-r-*-*-18-*-*-*-m-90-iso8859-1         klar, dnn
!Nett: -*-unifont-medium-r-*-*-16-*-*-*-c-*-iso10646-1   klar, dnn, unicode
!
!
!Nett: -etl-fixed-medium-r-*-*-15-*-*-*-c-*-*-*          klar, dnn, super
!Nett: -etl-fixed-bold-r-*-*-15-*-*-*-c-*-*-*            klar, halbdick, super
!Nett: -etl-fixed-medium-r-*-*-16-*-*-*-c-*-*-*          klar, dnn, super
!Nett: -etl-fixed-medium-r-*-*-18-*-*-*-c-*-*-*          klar, dnn, super
!
!Nett: -*-screen-*-r-*-*-15-*-*-*-m-80-iso8859-1         klar, dnn
!Nett: -*-screen-*-r-*-*-15-*-*-*-m-90-iso8859-1         halbdick, recht breit
!Nett: -*-screen-*-r-*-*-16-*-*-*-m-90-iso8859-1         klar, halbdick, recht breit
!Nett: -*-screen-*-r-*-*-18-*-*-*-m-100-iso8859-1        klar, halbdick, recht breit
!Nett: -*-international-*-r-*-*-15-*-*-*-m-*-iso8859-1   halbdick, recht breit
! All possible resources
!
!lines:             specifies the number of lines the "screen" will have
!                   Directly equates to LINES
!                   There is no theoretical maximum.
!                   The minimum value must be 2.
!                   Default:        24
!
!cols:              specifies the number of columns the "screen" will have
!                   Directly equates to COLS
!                   There is no theoretical maximum.
!                   The minimum value must be 2.
!                   Default:        80
!
!normalFont:        the name of a fixed width font
!                   Default:        7x13
!
!italicFont:        the name of a fixed width font to be used for
!                   characters with A_ITALIC attributes. Must have the same
!                   cell size as normalFont
!                   Default:        7x13 (obviously not an italic font)
!
!pointer:           the name of a valid pointer cursor
!                   Default:        xterm
!
!pointerForeColor:  the foreground colour of the pointer
!                   Default:        black
!
!pointerBackColor:  the background colour of the pointer
!                   Default:        white
!
!cursorColor:       the colour of the text cursor
!                   Default:        Red
!                   *** This resource is now obsolete and is ignored ***
!
!textCursor:        the alignment of the text cursor; horizontal or vertical
!                   Default:        horizontal
!
!colorBlack:        the color of the COLOR_BLACK attribute
!                   Default: Black
!colorRed           the color of the COLOR_RED attribute
!                   Default: red3
!colorGreen         the color of the COLOR_GREEN attribute
!                   Default: green3
!colorYellow        the color of the COLOR_YELLOW attribute
!                   Default: yellow3
!colorBlue          the color of the COLOR_BLUE attribute
!                   Default: blue3
!colorMagenta       the color of the COLOR_MAGENTA attribute
!                   Default: magenta3
!colorCyan          the color of the COLOR_CYAN attribute
!                   Default: cyan3
!colorWhite         the color of the COLOR_WHITE attribute
!                   Default: Grey
!colorBoldBlack:    the color of the COLOR_BLACK attribute combined with A_BOLD
!                   Default: grey40
!colorBoldRed       the color of the COLOR_RED attribute combined with A_BOLD
!                   Default: red1
!colorBoldGreen     the color of the COLOR_GREEN attribute combined with A_BOLD
!                   Default: green1
!colorBoldYellow    the color of the COLOR_YELLOW attribute combined with A_BOLD
!                   Default: yellow1
!colorBoldBlue      the color of the COLOR_BLUE attribute combined with A_BOLD
!                   Default: blue1
!colorBoldMagenta   the color of the COLOR_MAGENTA attribute combined with A_BOLD
!                   Default: magenta1
!colorBoldCyan      the color of the COLOR_CYAN attribute combined with A_BOLD
!                   Default: cyan1
!colorBoldWhite     the color of the COLOR_WHITE attribute combined with A_BOLD
!                   Default: White
!
!bitmap:            the name of a valid bitmap file of depth 1 (black and white)
!                   used for the application's icon. The file is an X bitmap
!                   Default:        a 32x32 or 64x64 pixmap depending on the
!                                   window manager
!
!pixmap:            the name of a valid pixmap file of any depth supported by the
!                   window manager 9color) for the application's icon, The file
!                   is an X11 pixmap. This resource is only available if the
!                   libXpm package has been installed (most systems have this by
!                   default). This resource overrides the "bitmap" resource
!                   Default:        none, uses default bitmap above
!
!translations:      Translations enable the user to customise the
!                   action that occurs when a key, combination of keys, or a
!                   button is pressed.  The translations in XCurses are similar
!                   in function and definition to translations used by xterm.
!                   Defaults:
!                        <Key>:                    XCursesKeyPress()
!                        <Btn1Down>:               XCursesButton()
!                        !Ctrl <Btn2Down>:         XCursesButton()
!                        <Btn2Down>,<Btn2Up>:      XCursesPasteSelection()
!                        <Btn3Down>:               XCursesButton()
!                        <Btn1Up>:                 XCursesButton()
!                        <Btn3Up>:                 XCursesButton()
!                        <BtnMotion>:              XCursesButton()
!
!                   The most useful action for KeyPress translations is string().
!                   The argument to the string() action can be either a string or
!                   a hex representation of a character. eg. string(0x1b) will
!                   result in the ASCII escape character to be sent to the
!                   XCurses application. string("[11~") will result in [ 1 1 ~
!                   being sent, as seperate keystokes to the XCurses application.
!
!shmmin:            On most systems, there are two Unix kernel parameters that
!                   determine the allowable size of a shared memory segment. These
!                   parameters are usually something like SHMMIN and SHMMAX. To use
!                   shared memory, a program must allocate a segment of shared memory
!                   that is between these two values.  Usually these values are
!                   like 1 for SHMMIN and some large number for SHMMAX. Sometimes
!                   the Unix kernel is configured to have a value of SHMMIN that is
!                   bigger than the size of one of the shared memory segments that
!                   XCurses uses. On these systems an error message like:
!
!                     Cannot allocate shared memory for SCREEN: Invalid argument
!
!                   will result. To overcome this problem, this XCurses resource
!                   should be set to the kernel value for SHMMIN. This ensures that
!                   a shared memory segment will always be bigger than the kernel
!                   value for SHMMIN (and hopefully less than SHMMAX!)
!
!                   Default:        0
!
!borderColor:       the colour of the border around the screen
!                   Default:        Black
!
!borderWidth:       the width in pixels of the border around the screen
!                   Default:        0
!
!clickPeriod:       the period (in milliseconds) between a button press
!                   and a button release that determines if a click
!                   of a button has occurred.
!                   Default:        100
!
!doubleClickPeriod: the period (in milliseconds) between two button
!                   press events that determines if a double click
!                   of a button has occurred.
!                   Default:        200
!
!composeKey:        the name of the X key that defines the "compose key" which
!                   is used to enter characters in the Latin-1 character set above
!                   0xA0.
!                   Generally this key will be one of the X "modifier" keys, like
!                   Alt_L, Meta_R etc. but can be a "normal" key like F1.  Try to
!                   While in "compose key" mode, the text cursor will appear as
!                   a hollow rectangle.
!                   See the file latin-1.man for details on compose key usage.
!                   Default:        No key is defined
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

!
! resources for XCurses class of programs
!
XCurses*lines:  30
XCurses*cols:   80
XCurses*normalFont:     9x13
XCurses*bitmap: /tmp/xcurses.xbm
XCurses*pointer: top_left_arrow
!
! resources for THE - XCurses
!
! resources with the * wildcard can be overridden by a parameter passed
! to initscr()
!
!the*normalFont: default:9x15
!the*normalFont: entspricht: -misc-fixed-medium-r-*-*-15-*-*-*-c-*-*-*
the*normalFont: 9x15
the*normalFont:  -misc-fixed-medium-r-*-*-15-*-*-*-c-*-*-*
the*lines:      48
the*cols:       86
the*pointer:    xterm
the*pointerForeColor: white
the*pointerBackColor: black
!
! resources with the . format can not be overridden by a parameter passed
! to Xinitscr()
!
the.bitmap:     /usr/local/share/THE/the64.xbm
the.pixmap:     /usr/local/share/THE/the64.xpm
