Path: utzoo!mnetor!tmsoft!torsqnt!jarvis.csri.toronto.edu!rutgers!ucsd!ogccse!reed!trost From: trost@reed.bitnet (Bill Trost,Box 607,ext 571,497) Newsgroups: gnu.bash.bug Subject: Re: file completion doing ugly things under xterm Message-ID: <13593@reed.UUCP> Date: 17 Nov 89 20:41:52 GMT References: <13591@reed.UUCP> <8911170723.AA09412@aurel.cns.caltech.edu.> Sender: news@reed.UUCP Distribution: gnu Lines: 42 Oh, gack. It looks like the problem is with the Tektronix termcap entry for xterm, which seems to have been copied onto our Vax. Maybe. On the DECstation (no problems), TERMCAP is set to vs|xterm|vs100|xterm terminal emulator (X window system):\ :cr=^M:do=^J:nl=^J:bl=^G:le=^H:ho=\E[H:\ :co#80:li#24:cl=\E[H\E[2J:bs:am:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\ :ce=\E[K:cd=\E[J:so=\E[7m:se=2\E[m:us=\E[4m:ue=\E[m:\ :md=\E[1m:mr=\E[7m:me=2\E[m:\ :ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:kb=^H:\ :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:ta=^I:pt:sf=\n:sr=\EM:\ :al=\E[L:dl=\E[M:ic=\E[@:dc=\E[P:\ :MT:ks=\E[?1h\E=:ke=\E[?1l\E>:\ :is=\E[r\E\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l:\ :rs=\E[r\E<\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l:xn On the Vax and the Utek box, it is vs|xterm|4316x|4317x|4319x|vs100|xterm terminal emulator (X window system):\ :cr=^M:do=^J:nl=^J:bl=^G:le=^H:ho=\E[H:\ :LC:co#80:li#24:cl=\E[H\E[2J:bs:am:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\ :ce=\E[K:cd=\E[J:so=\E[7m:se=\E[m:us=\E[4m:ue=\E[m:\ :md=\E[1m:mr=\E[7m:me=\E[m:\ :ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:kb=^H:\ :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:ta=^I:pt:sf=\n:sr=\EM:\ :al=\E[L:dl=\E[M:ic=\E[@:dc=\E[P:\ :MT:ks=\E[?1h\E=:ke=\E[?1l\E>:\ :is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l:\ :rs=\E[r\E<\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l:xn:\ :AL=\E[%dL:DL=\E[%dM:IC=\E[%d@:DC=\E[%dP:\ : :hs:ts=\E[?E\E[?%i%dT:fs=\E[?F:es:ds=\E[?E: And the problem doesn't occur on the Decstation. If I use the Decstation's termcap entry on the Vax, I get the same problem. Hmmm. Oh, sorry, this is bash 1.04, the Vax is an 11/785 running 4.3, the Tek box is pretending to be a sun3 running Bsd, the decstation is running Ultrix. (Whaddya want the *version* for?? :-) )