!------------- Beginning of Unix file .Xdefaults for Cyber XTERM -------- ! ! Define cyber VT100 prefix, use xrdb .Xdefaults ! ! Note: You must allow the c pre-processor to run on this file. ! Do NOT use the -nocpp option on the xrdb command. ! ! To allow these key mappings to work, put them in a file on unix, ! and execute the command: ! xrdb whatever_filename_you_used ! Then invoke an xterm like this: ! xterm -name cyber -132 -j ! The '-name cyber' specifies use of the cyber key mapping. ! The '-132' specifies that switching to 132 column mode is allowed. ! The '-j' specifies use of jump scrolling instead of smooth ! scrolling (this is optional). ! #ifndef CR #define CR string(0x0d) #endif #ifndef ESC #define ESC string(0x1b) #endif #define SH_FKEY string(0x1b) string([9) #ifndef PREFIX #define PREFIX string(0x1b) string([) #endif cyber*scrollBar: on cyber*saveLines: 450 cyber*borderWidth: 2 cyber*font: 8x13 cyber*boldFont: 8x13B cyber*cursorColor: red cyber*background: NavyBlue cyber*foreground: white cyber*loginShell: true cyber*VT100.geometry: 80x43 cyber*VT100.Translations: #override\ AltF1: SH_FKEY string(25~) CR \n\ CtrlF1: PREFIX string(25~) CR \n\ MetaF1: \n\ Shift F1: SH_FKEY string(11~) CR \n\ F1: PREFIX string(11~) CR \n\ AltF2: SH_FKEY string(26~) CR \n\ CtrlF2: PREFIX string(26~) CR \n\ MetaF2: \n\ Shift F2: SH_FKEY string(12~) CR \n\ F2: PREFIX string(12~) CR \n\ AltF3: SH_FKEY string(28~) CR \n\ CtrlF3: PREFIX string(28~) CR \n\ MetaF3: \n\ Shift F3: SH_FKEY string(13~) CR \n\ F3: PREFIX string(13~) CR \n\ AltF4: SH_FKEY string(29~) CR \n\ CtrlF4: PREFIX string(29~) CR \n\ MetaF4: \n\ Shift F4: SH_FKEY string(14~) CR \n\ F4: PREFIX string(14~) CR \n\ AltF5: \n\ CtrlF5: \n\ MetaF5: \n\ Shift F5: SH_FKEY string(15~) CR \n\ F5: PREFIX string(15~) CR \n\ AltF6: \n\ CtrlF6: \n\ MetaF6: \n\ Shift F6: SH_FKEY string(17~) CR \n\ F6: PREFIX string(17~) CR \n\ AltF7: \n\ CtrlF7: \n\ MetaF7: \n\ Shift F7: SH_FKEY string(18~) CR \n\ F7: PREFIX string(18~) CR \n\ AltF8: \n\ CtrlF8: \n\ MetaF8: \n\ Shift F8: SH_FKEY string(19~) CR \n\ F8: PREFIX string(19~) CR \n\ AltF9: \n\ CtrlF9: \n\ MetaF9: \n\ Shift F9: SH_FKEY string(20~) CR \n\ F9: PREFIX string(20~) CR \n\ AltF10: \n\ CtrlF10: \n\ MetaF10: \n\ Shift F10: SH_FKEY string(21~) CR \n\ F10: PREFIX string(21~) CR \n\ AltF11: \n\ CtrlF11: \n\ MetaF11: \n\ Shift F11: SH_FKEY string(23~) CR \n\ F11: PREFIX string(23~) CR \n\ AltF12: \n\ CtrlF12: \n\ MetaF12: \n\ Shift F12: SH_FKEY string(24~) CR \n\ F12: PREFIX string(24~) CR \n\ Home: PREFIX string(H) \n\ AltPrior: \n\ CtrlPrior: ESC SH_FKEY string(5~) CR \n\ MetaPrior: \n\ ShiftPrior: SH_FKEY string(5~) CR \n\ Prior: PREFIX string(5~) CR \n\ AltEnd: \n\ CtrlEnd: PREFIX string(K) \n\ MetaEnd: \n\ ShiftEnd: \n\ End: PREFIX string(4l) \n\ AltNext: \n\ CtrlNext: ESC SH_FKEY string(6~) CR \n\ MetaNext: \n\ ShiftNext: SH_FKEY string(6~) CR \n\ Next: PREFIX string(6~) CR \n\ AltInsert: \n\ CtrlInsert: PREFIX string(@) \n\ MetaInsert: \n\ ShiftInsert: PREFIX string(L) \n\ Insert: PREFIX string(4h) \n\ AltDelete: \n\ CtrlDelete: PREFIX string(P) \n\ MetaDelete: \n\ ShiftDelete: PREFIX string(M) \n\ Delete: PREFIX string(P) ! !----------- End of Unix file .Xdefaults for CYBER -------------------------