*SimpleMenu*BackingStore: NotUseful
*SimpleMenu*menuLabel.font: -adobe-helvetica-bold-r-normal--*-120-*-*-*-*-iso8859-*
*SimpleMenu*menuLabel.vertSpace:        100
*SimpleMenu*HorizontalMargins: 16
*SimpleMenu*Sme.height: 16

*SimpleMenu*Cursor: left_ptr
*mainMenu.Label:  Main Options
*mainMenu*securekbd*Label:  Secure Keyboard
*mainMenu*allowsends*Label:  Allow SendEvents
*mainMenu*logging*Label:  Log to File
*mainMenu*redraw*Label:  Redraw Window
*mainMenu*suspend*Label:  Send STOP Signal
*mainMenu*continue*Label:  Send CONT Signal
*mainMenu*interrupt*Label:  Send INT Signal
*mainMenu*hangup*Label:  Send HUP Signal
*mainMenu*terminate*Label:  Send TERM Signal
*mainMenu*kill*Label:  Send KILL Signal
*mainMenu*quit*Label:  Quit
*mainMenu*eightBit*Label: 8-Bit Controls

*vtMenu.Label:  VT Options
*vtMenu*scrollbar*Label:  Enable Scrollbar
*vtMenu*jumpscroll*Label:  Enable Jump Scroll
*vtMenu*reversevideo*Label:  Enable Reverse Video
*vtMenu*autowrap*Label:  Enable Auto Wraparound
*vtMenu*reversewrap*Label:  Enable Reverse Wraparound
*vtMenu*autolinefeed*Label:  Enable Auto Linefeed
*vtMenu*appcursor*Label:  Enable Application Cursor Keys
*vtMenu*appkeypad*Label:  Enable Application Keypad
*vtMenu*scrollkey*Label:  Scroll to Bottom on Key Press
*vtMenu*scrollttyoutput*Label:  Scroll to Bottom on Tty Output
*vtMenu*allow132*Label: Allow 80/132 Column Switching
*vtMenu*cursesemul*Label:  Enable Curses Emulation
*vtMenu*visualbell*Label:  Enable Visual Bell
*vtMenu*marginbell*Label:  Enable Margin Bell
*vtMenu*altscreen*Label:  Show Alternate Screen
*vtMenu*activeicon*Label: Enable Active Icon
*vtMenu*softreset*Label:  Do Soft Reset
*vtMenu*hardreset*Label:  Do Full Reset
*vtMenu*clearsavedlines*Label:  Reset and Clear Saved Lines
*vtMenu*tekshow*Label:  Show Tek Window
*vtMenu*tekmode*Label:  Switch to Tek Mode
*vtMenu*vthide*Label:  Hide VT Window

!XTerm*font: 7x13
XTerm*font: 9x15
XTerm*fontMenu.Label:  VT Fonts
XTerm*fontMenu*fontdefault*Label:    Default
XTerm*fontMenu*font1*Label:  Unreadable
XTerm*VT100*font1:           nil2
XTerm*IconFont:              nil2
XTerm*fontMenu*font2*Label:  Tiny
XTerm*VT100*font2:           5x7
XTerm*fontMenu*font3*Label:  Small
XTerm*VT100*font3:           6x10
XTerm*fontMenu*font4*Label:  Medium
!*VT100*font4:          7x13
!*VT100*font4:           fixed
XTerm*VT100*font4: -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso8859-1
XTerm*fontMenu*font5*Label:  Large
XTerm*VT100*font5:           9x15
XTerm*fontMenu*font6*Label:  Huge
XTerm*VT100*font6:           10x20
XTerm*fontMenu*fontescape*Label:     Escape Sequence
XTerm*fontMenu*fontsel*Label:                Selection
!fontescape and fontsel overridden by application

*tekMenu.Label:  Tek Options
*tekMenu*tektextlarge*Label:  Large Characters
*tekMenu*tektext2*Label:  #2 Size Characters
*tekMenu*tektext3*Label:  #3 Size Characters
*tekMenu*tektextsmall*Label:  Small Characters
*tekMenu*tekpage*Label:  PAGE
*tekMenu*tekreset*Label:  RESET
*tekMenu*tekcopy*Label:  COPY
*tekMenu*vtshow*Label:  Show VT Window
*tekMenu*vtmode*Label:  Switch to VT Mode
*tekMenu*tekhide*Label:  Hide Tek Window

*tek4014*fontLarge: 9x15
*tek4014*font2: 8x13
*tek4014*font3: 6x13
*tek4014*fontSmall: 6x10
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

! Diese translation entspricht bis auf die shift- und control-codes der
! Funktionstasten dem standard xterm.

XTerm*VT100.Translations: #override \
   Alt<KeyPress>Shift_L,Alt<KeyPress>: string(0x01B) insert() \n\
   Alt<KeyPress>Shift_R,Alt<KeyPress>: string(0x01B) insert() \n\
   Alt Ctrl <KeyPress>: string(0x01B) insert() \n\
   Alt      <KeyPress>: string(0x01B) insert() \n\
   <Key>Pause:  string("\033[P") \n\
    ~Shift <Key>  F1:       string("\033[11~") \n\
    ~Shift <Key>  F2:       string("\033[12~") \n\
    ~Shift <Key>  F3:       string("\033[13~") \n\
    ~Shift <Key>  F4:       string("\033[14~") \n\
      Ctrl <Key>  F1:       string("[025q") \n\
     Shift <Key>  F1:       string("[013q") \n\
      Ctrl <Key>  F2:       string("[026q") \n\
     Shift <Key>  F2:       string("[014q") \n\
      Ctrl <Key>  F3:       string("[027q") \n\
     Shift <Key>  F3:       string("[015q") \n\
      Ctrl <Key>  F4:       string("[028q") \n\
     Shift <Key>  F4:       string("[016q") \n\
      Ctrl <Key>  F5:       string("[029q") \n\
     Shift <Key>  F5:       string("[017q") \n\
      Ctrl <Key>  F6:       string("[030q") \n\
     Shift <Key>  F6:       string("[018q") \n\
      Ctrl <Key>  F7:       string("[031q") \n\
     Shift <Key>  F7:       string("[019q") \n\
      Ctrl <Key>  F8:       string("[032q") \n\
     Shift <Key>  F8:       string("[020q") \n\
      Ctrl <Key>  F9:       string("[033q") \n\
     Shift <Key>  F9:       string("[021q") \n\
      Ctrl <Key> F10:       string("[034q") \n\
     Shift <Key> F10:       string("[022q") \n\
      Ctrl <Key> F11:       string("[035q") \n\
     Shift <Key> F11:       string("[023q") \n\
      Ctrl <Key> F12:       string("[036q") \n\
     Shift <Key> F12:       string("[024q") \n\
           <Key> F12:       string("[012q") \n\
   <Key>F13:  string("\033[25~") \n\
   <Key>F14:  string("\033[26~") \n\
   <Key>Help: string("\033[28~") \n\
   <Key>Menu: string("\033[29~") \n\
   <Key>F17:  string("\033[31~") \n\
   <Key>F18:  string("\033[32~") \n\
   <Key>F19:  string("\033[33~") \n\
   <Key>F20:  string("\033[34~") \n\
   <Key>Home: string("\033[H") \n\
   <Key>DRemove: ignore() \n\
~Alt ~Meta <KeyPress> BackSpace:  string() \n\
~Shift<KeyPress>Prior: string("\033[5~") \n\
~Shift<KeyPress>Next:  string("\033[6~") \n\
~Shift<KeyPress>End:   string("\033[F") \n\
      <KeyPress>Delete:string("\033[3~") \n\
~Shift<KeyPress>Insert:string("\033[2~") \n\
 Shift<KeyPress>Prior:scroll-back(1,page) \n\
 Shift<KeyPress>Next:scroll-forw(1,page) \n\
     ~Shift <Key> KP_Home:      scroll-back(999999,line) \n\
     ~Shift <Key> KP_End:       scroll-forw(999999,line) \n\
     Shift <Key> Up:        scroll-back(1,line) \n\
     Shift <Key> Down:      scroll-forw(1,line) \n\
     Shift <Key> F27:       scroll-back(999999,line) \n\
     Shift <Key> F33:       scroll-forw(999999,line) \n\
     Shift <Key> F29:       scroll-back(1,page) \n\
     Shift <Key> F35:       scroll-forw(1,page) \n\
     Shift <Key> F28:       scroll-back(1,line) \n\
     Shift <Key> F34:       scroll-forw(1,line) \n\
 Shift<KeyPress>Select:select-cursor-start() \
                       select-cursor-end(PRIMARY, CUT_BUFFER0) \n\
 Shift<KeyPress>Insert:insert-selection(PRIMARY, CUT_BUFFER0) \n\
 ~Meta<KeyPress>:insert-seven-bit() \n\
  Meta<KeyPress>:insert-eight-bit() \n\
                !Ctrl <Btn1Down>:popup-menu(mainMenu) \n\
           !Lock Ctrl <Btn1Down>:popup-menu(mainMenu) \n\
 !Lock Ctrl @Num_Lock <Btn1Down>:popup-menu(mainMenu) \n\
     ! @Num_Lock Ctrl <Btn1Down>:popup-menu(mainMenu) \n\
                ~Meta <Btn1Down>:select-start() \n\
                ~Meta <Btn1Motion>:select-extend() \n\
                !Ctrl <Btn2Down>:popup-menu(vtMenu) \n\
           !Lock Ctrl <Btn2Down>:popup-menu(vtMenu) \n\
 !Lock Ctrl @Num_Lock <Btn2Down>:popup-menu(vtMenu) \n\
     ! @Num_Lock Ctrl <Btn2Down>:popup-menu(vtMenu) \n\
          ~Ctrl ~Meta <Btn2Down>:ignore() \n\
          ~Ctrl ~Meta <Btn2Up>:insert-selection(PRIMARY, CUT_BUFFER0) \n\
                !Ctrl <Btn3Down>:popup-menu(fontMenu) \n\
           !Lock Ctrl <Btn3Down>:popup-menu(fontMenu) \n\
 !Lock Ctrl @Num_Lock <Btn3Down>:popup-menu(fontMenu) \n\
     ! @Num_Lock Ctrl <Btn3Down>:popup-menu(fontMenu) \n\
          ~Ctrl ~Meta <Btn3Down>:start-extend() \n\
                ~Meta <Btn3Motion>:select-extend() \n\
                Shift <Btn4Down>:scroll-back(5,line,m) \n\
                 Ctrl <Btn4Down>:scroll-back(2,halfpage,m) \n\
                      <Btn4Down>:scroll-back(1,line,m) \n\
                Shift <Btn5Down>:scroll-forw(5,line,m) \n\
                 Ctrl <Btn5Down>:scroll-forw(2,halfpage,m) \n\
                      <Btn5Down>:scroll-forw(1,line,m) \n\
                      <BtnUp>:select-end(PRIMARY, CUT_BUFFER0)

!! Ende XTerm
! Enable Colour by default.

*VT100*colorMode: on
*VT100*dynamicColors: on

! Uncomment this use color for underline attribute
*VT100*colorULMode: on
!*VT100*underLine: off

! Uncomment this to use color for the bold attribute
*VT100*colorBDMode: on

*VT100*color0: MidnightBlue
*VT100*color1: red3
*VT100*color2: green3
*VT100*color3: yellow3
*VT100*color4: blue3
*VT100*color5: magenta3
*VT100*color6: cyan3
*VT100*color7: gray90
*VT100*color8: gray30
*VT100*color9: red
*VT100*color10: green
*VT100*color11: yellow
*VT100*color12: blue
*VT100*color13: magenta
*VT100*color14: cyan
*VT100*color15: white
!*VT100*colorUL: yellow
*VT100*colorUL: SteelBlue
*VT100*colorBD: LightSeaGreen

!-------------------------------------------------------------------------
! End Suse xterm-defaults, begin mawa xterm defaults.
!-------------------------------------------------------------------------
XTerm*cursorColor:              #ff0000
XTerm*pointerColor:             #ff0000
XTerm*logging:          false
XTerm*visualBell:               false
!#XTerm*background: #002030
XTerm*background: Black
XTerm*foreground:  White
! Vorsicht: Anscheinend ein bug in xterm: Wenn diese Resource
! gesetzt ist, dann funktionieren die Menues nicht mehr.
!XTerm*geometry:    80x25+0+170
XTerm*charClass:  33:48,37:48,43:48,45-47:48,64:48,126:48,95:48
XTerm*curses:  on
!XTerm*cutNewline: off
XTerm*cutNewline: on
!XTerm*cutToBeginningOfLine: off
XTerm*cutToBeginningOfLine: on
!XTerm*eightBitInput: true
!XTerm*eightBitOutput: true
XTerm*jumpScroll:  on
XTerm*loginShell:  off
XTerm*multiClickTime: 500
XTerm*multiScroll:  off
XTerm*reverseWrap:  on
XTerm*saveLines: 5000
XTerm*scrollBar: on
XTerm*scrollPosition:           left
XTerm*scrollbar*thickness: 10
XTerm*scrollInput: on
XTerm*scrollKey: on
XTerm*SimpleMenu*BackingStore:  NotUseful
XTerm*sunFunctionKeys: off
!XTerm*titeInhibit:  on
XTerm*titeInhibit:  off
XTerm*utmpInhibit:  off
XTerm*eightBitInput:    true
XTerm*eightBitOutput:   true
XTerm*termName:         xterm
!XTerm*ttyModes:        intr ^c quit ^\ kill ^u erase ^?
XTerm*ttyModes:  erase ^h kill ^u  quit ^| intr ^c
XTerm*VT100.geometry: 80x35
XTerm*VT100.internalBorder: 0
