! #include "/usr/share/X11/app-defaults/XTerm-color" *vt100.geometry: 92x25 *vt100.background: #E6E6E6 *vt100.foreground: #112233 *vt100.cursorColor: #FFFF00 *vt100.colorBD: #114433 *vt100.colorBL: #CC0000 *vt100.colorRV: #CCCCCC *vt100.colorUL: #442233 *vt100.highlightColor: #CCCCFF *vt100.highlightTextColor: #000066 ! ! default colors: ! 0 1 2 3 4 5 6 7 ! black, red3, green3, yellow3, blue2, magenta3, cyan3, gray90 ! 8 9 10 11 12 13 14 15 ! gray50, red, green, yellow, blue, magenta, cyan, white ! ! don't override color16 through color255 unless you know what you mean ;-) ! ! just a little bit darkener ;-) *vt100*color0: black *vt100*color1: red4 *vt100*color2: green4 *vt100*color3: yellow4 *vt100*color4: blue4 *vt100*color5: magenta4 *vt100*color6: cyan4 *vt100*color7: gray95 *vt100*color8: gray50 *vt100*color9: red2 *vt100*color10: green3 *vt100*color11: yellow3 *vt100*color12: blue2 *vt100*color13: magenta2 *vt100*color14: cyan3 *vt100*color15: white ! if Xft rendering is enabled... *vt100.faceName: Monospace *vt100.faceSize: 11 ! else if Xft rendering is NOT enabled... *vt100.font: -misc-fixed-medium-r-normal--14-*-*-*-*-*-iso10646-1 *vt100.font1: -misc-fixed-medium-r-normal--6-*-*-*-*-*-iso10646-1 *vt100.font2: -misc-fixed-medium-r-normal--9-*-*-*-*-*-iso10646-1 *vt100.font3: -misc-fixed-medium-r-normal--13-*-*-*-*-*-iso10646-1 *vt100.font4: -misc-fixed-medium-r-normal--15-*-*-*-*-*-iso10646-1 *vt100.font5: -misc-fixed-medium-r-normal--18-*-*-*-*-*-iso10646-1 *vt100.font6: -misc-fixed-medium-r-normal--20-*-*-*-*-*-iso10646-1 ! ... and utf8Fonts are enabled... *vt100.utf8Fonts.font: -misc-fixed-medium-r-normal--14-*-*-*-*-*-iso10646-1 *vt100.utf8Fonts.font1: -misc-fixed-medium-r-normal--6-*-*-*-*-*-iso10646-1 *vt100.utf8Fonts.font2: -misc-fixed-medium-r-normal--9-*-*-*-*-*-iso10646-1 *vt100.utf8Fonts.font3: -misc-fixed-medium-r-normal--13-*-*-*-*-*-iso10646-1 *vt100.utf8Fonts.font4: -misc-fixed-medium-r-normal--15-*-*-*-*-*-iso10646-1 *vt100.utf8Fonts.font5: -misc-fixed-medium-r-normal--18-*-*-*-*-*-iso10646-1 *vt100.utf8Fonts.font6: -misc-fixed-medium-r-normal--20-*-*-*-*-*-iso10646-1 *vt100.allowC1Printable: true *vt100.alwaysUseMods: true *vt100.appcursorDefault: true *vt100.appkeypadDefault: false *vt100.backarrowKey: false *vt100.bellOnReset: false *vt100.bellSuppressTime: 1000 *vt100.boldColors: on *vt100.c132: true *vt100.charClass: 33:48,37:48,43:48,45-47:48,58:48,64:48,126:48 *vt100.colorBDMode: on *vt100.colorBLMode: on *vt100.colorMode: on *vt100.colorRVMode: on *vt100.colorULMode: on *vt100.cutNewline: false *vt100.dynamicColors: on *vt100.eightBitInput: false *vt100.eightBitOutput: true *vt100.forceBoxChars: false *vt100.freeBoldBox: true *vt100.fullCursor: true *vt100.highlightSelection: true *vt100.i18nSelections: true *vt100.internalBorder: 1 *vt100.italicULMode: true *vt100.locale: true *vt100.loginShell: true *vt100.menuLocale: C *vt100.jumpScroll: true *vt100.messages: false *vt100.metaSendsEscape: false *vt100.modifyCursorKeys: 2 *vt100.modifyFunctionKeys: 0 *vt100.modifyOtherKeys: 0 *vt100.multiClickTime: 200 *vt100.multiScroll: true *vt100.on2Clicks: word *vt100.on3Clicks: line *vt100.on4Clicks: group *vt100.on5Clicks: page *vt100.renderFont: true *vt100.resizeGravity: SouthWest *vt100.rightScrollBar: true *vt100.saveLines: 5000 *vt100.scrollBar: false *vt100.scrollKey: on *vt100.scrollTtyOutput: off *vt100.selectToClipboard: true *vt100.showMissingGlyphs: true *vt100.trimSelection: true *vt100.underLine: true *vt100.utf8Title: true *vt100.utmpInhibit: true *vt100.veryBoldColors: 15 *vt100.visualBell: false *vt100.visualBellDelay: 200 *vt100.vt100Graphics: false ! apparently, tilde in front of a Mod means "not this Mod" ! and exclamation point in front of a Mod means "just this Mod" ! ~Meta :select-start() \n\ ! ~Meta :select-extend() \n\ ! ~Ctrl ~Meta :ignore() \n\ ! Meta :clear-saved-lines() \n\ ! ~Ctrl ~Meta :insert-selection(CLIPBOARD, CUT_BUFFER0, PRIMARY) \n\ ! :select-end(CLIPBOARD, CUT_BUFFER0, PRIMARY) \n\ ! :ignore() \n\ ! use it when selectToClipboard = false ! ~Shift~Ctrl: insert-selection(PRIMARY, CUT_BUFFER0) \n\ ! Shift~Ctrl: insert-selection(CLIPBOARD, CUT_BUFFER1) \n\ ! ~Shift: select-end(PRIMARY, CUT_BUFFER0) \n\ ! Shift: select-end(CLIPBOARD, CUT_BUFFER1) \n\ ! ! use it when selectToClipboard = true ! ! Shift~Ctrl: insert-selection(PRIMARY, CUT_BUFFER0) \n\ ! Shift: select-end(PRIMARY, CUT_BUFFER0) \n\ *vt100.translations: #override\n\ Shift~Ctrl: insert-selection(PRIMARY, CUT_BUFFER0) \n\ Shift: select-end(PRIMARY, CUT_BUFFER0) \n\ Alt Shift : string(0x1b) string("[5~") \n\ Alt Shift : string(0x1b) string("[6~") \n\ Alt Ctrl : string(0x1b) string("OA") \n\ Alt Ctrl : string(0x1b) string("OB") \n\ Alt : string(0x1b) string("OA") string(0x1b) string("OA") string(0x1b) string("OA") string(0x1b) string("OA") string(0x1b) string("OA") \n\ Alt : string(0x1b) string("OB") string(0x1b) string("OB") string(0x1b) string("OB") string(0x1b) string("OB") string(0x1b) string("OB") \n\ Shift,: scroll-back(2,line)\n\ Shift,: scroll-forw(2,line)\n\ Ctrl,: scroll-back(1,page)\n\ Ctrl,: scroll-forw(1,page)\n\ ,: scroll-back(1,halfpage)\n\ ,: scroll-forw(1,halfpage)\n\ ShiftDelete: string(0x1b) string("\177") \n\ CtrlDelete: string(0x1b) string("[3;5~") \n\ !CtrlTab: string("\033OI") \n\ ShiftTab: string(0x1b) string(0x09) \n\ AltReturn: string("\033\015") \n\ Altspace: string("\033\040") \n\ AltBackSpace: string("\033\010") \n\ ShiftRight: string("\033[c") \n\ ShiftLeft: string("\033[d") \n\ Alt Left: insert() \n\ Alt Right: insert() \n\ Alt Down: insert() \n\ Alt Up: insert() \n\ Alt Home: insert() \n\ Alt End: insert() \n\ Alt Prior: insert() \n\ Alt Next: insert() \n\ Alt Insert: insert() \n\ Alt Delete: insert() \n\ !Alt Escape: insert() \n\ !Alt : string(0x1B) insert() \n\ ! ~Shift ~Ctrl Escape: insert()