http://www.berklix.com/~jhs/src/bsd/fixes/FreeBSD/ports/jhs/x11/emu/files/patch-je.REL=ALL.cust_rel Change default terminal type from xterm to vt220. If one day Emu supports many term types, it may make sense to default to something else such as `emu' But for now, the only emulation of wide interest that will cause most people to want Emu at all, is the vt220 emulation, only developers would want types `emu' or `xterm', as we already have the real xterm, & `emu' mode is of academic interest. *** tdesc/Xdefaults.emu Mon Jul 29 10:09:32 1996 --- tdesc/Xdefaults.emu Mon Jul 29 10:09:50 1996 *************** *** 48,54 **** */ /* Emu.boldFont: 8x13bold */ Emu*input: True ! Emu*termType: xterm Emu*screen.WrapAround: True Emu*screen.CursorBlinking: True Emu*screen.BlinkWOFocus: False --- 48,54 ---- */ /* Emu.boldFont: 8x13bold */ Emu*input: True ! Emu*termType: vt220 Emu*screen.WrapAround: True Emu*screen.CursorBlinking: True Emu*screen.BlinkWOFocus: False Map Shift Tab *** tdesc/vt220-auxTr Tue Aug 6 22:53:21 1996 --- tdesc/vt220-auxTr Tue Aug 6 23:04:45 1996 *************** *** 47,54 **** --- 47,64 ---- * */ + /* I have hacked a bit of `personal flavour' in here, + I am open to discussion & rationalisation etc :-) + The Flavouring I added was to implement (in keypad application mode only) + a Shift Tab ==> 0x0A, I dont know what if anything dec vt220 might + do for a backtab, but + dk_ERASE@ uses backtab in his Med editor keytabs, & uses the same 0x0A for + all of {VT52, AT386-M, & hp-term}. + */ + /* Application Keypad */ *term.vt220-auxTrans-appKeypad: \ + Shift Tab: key-input("\012")\n \ /* Group 1 */ \ ~Shift KP_0: key-input("\033Op")\n \ ~Shift KP_1: key-input("\033Oq")\n \ *************** *** 72,77 **** --- 82,88 ---- /* Numeric Keypad */ *term.vt220-auxTrans-numKeypad: \ + Shift Tab: key-input("\011")\n \ /* Group 1 */ \ ~Shift KP_0: key-input("0")\n \ ~Shift KP_1: key-input("1")\n \