Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!iuvax!bobmon From: bobmon@iuvax.cs.indiana.edu (RAMontante) Newsgroups: comp.unix.questions Subject: Re: Vi question Message-ID: <22032@iuvax.cs.indiana.edu> Date: 13 Jun 89 20:18:01 GMT References: <8906131928.AA24142@acf8.NYU.EDU> Reply-To: bobmon@iuvax.cs.indiana.edu (RAMontante) Organization: malkaryotic Lines: 12 rigoutso@ACF8.NYU.EDU (Isidore Rigoutsos) <8906131928.AA24142@acf8.NYU.EDU> : - -I have a vi question: whenever I execute a shell command from within vi, -(say 'fmt'), I get right before the point where the cursor was when I -executed the command a sequence of control characters, namely: ^[K Do you perhaps have a .cshrc file on the Sun machine which contains a `tset...` command or something similar? I've gotten spurious material before from the new shell initializing with a .cshrc that generated output. This is easy to see if you put an "echo message" line in the .cshrc file. Always assuming that your shell is some variant of csh, of course...