!============================================================================= ! TEK-XTERM--TEK-XTERM--TEK-XTERM--TEK-XTERM--TEK-XTERM--TEK-XTERM--TEK-XTERM !============================================================================== ! start up an xterm as a tektronix 4014 emulation ! ! notes: when start as a tektronix terminal, -geometry is ignored, ! need to specify xterm -xrm '*tekgeometry: 750x575' ! -iconic is ignored also ! ^r - clear the screen ! delete key - does a backspace ! ! xterm -name TEK -title "Tektronix 4014 emulation" ! The default bindings in the Tektronix window are: ! ! ~Meta: insert-seven-bit() ! Meta: insert-eight-bit() ! Ctrl ~Meta: popup-menu(mainMenu) ! Ctrl ~Meta : popup-menu(tekMenu) ! Shift ~Meta: gin-press(L) ! ~Meta: gin-press(l) ! Shift ~Meta: gin-press(M) ! ~Meta: gin-press(m) ! Shift ~Meta: gin-press(R) ! ~Meta: gin-press(r) ! ! set-terminal-type(type) ! This action directs output to either the vt or tek windows, ! according to the type string. It is also invoked by the tekmode ! entry in vtMenu and the vtmode entry in tekMenu. ! ! set-visibility(vt/tek,on/off/toggle) ! This action controls whether or not the vt or tek windows are ! visible. It is also invoked from the tekshow and vthide entries ! in vtMenu and the vtshow and tekhide entries in tekMenu. ! ! set-tek-text(large/2/3/small) ! This action sets font used in the Tektronix window to the value ! of the resources tektextlarge, tektext2, tektext3, and tek- ! textsmall according to the argument. It is also by the entries ! of the same names as the resources in tekMenu. ! ! tek-page() ! This action clears the Tektronix window and is also invoked by ! the tekpage entry in tekMenu. ! ! tek-reset() ! This action resets the Tektronix window and is also invoked by ! the tekreset entry in tekMenu. ! ! tek-copy() ! This action copies the escape codes used to generate the current ! window contents to a file in the current directory beginning ! with the name COPY. It is also invoked from the tekcopy entry ! in tekMenu. ! TEK*Translations: #override\n\ Ctrl1: set-tek-text(small) \n\ Ctrl2: set-tek-text(3) \n\ Ctrl3: set-tek-text(2) \n\ Ctrl4: set-tek-text(large) \n\ CtrlR: tek-reset() \n\ CtrlP: tek-page() \n\ CtrlC: tek-copy() \n\ CtrlV: set-visibility(vt,on) set-terminal_type(vt) set-visibility(tek,off) \n\ CtrlT: set-visibility(tek,on) set-terminal_type(tek) set-visibility(vt,off) \n\ Delete: string(0x08) \n TEK*background: lightseagreen TEK*foreground: black TEK*cursorColor: red TEK*jumpScroll: on TEK*multiScroll: on TEK*windowName: Tektronix 4014 emulation TEK*iconName: 4014 TEK*tekGeometry: 754x569-0-0 TEK*internalBorder: 0 TEK*iconPixmap: ILxdesktop.bm TEK*tekStartup: on TEK*ttymodes: erase ^h