Re: I'm confused about TERMCAP

2007-03-10 Thread Joe Zbiciak
Ok, I might be stepping out of line here, but... The solution is to nuke TERMCAP when it's a TERMCAP from screen? Why does this feel wrong? -- We sell Spatulas, and that's all! http://spatula-city.org/~im14u2c/ http://sdk-1600.spatula-city.org/ http://intyos.spatula-city.org/ - Origi

Re: I'm confused about TERMCAP

2007-03-10 Thread Richard Bronosky
So, I take it this is a common problem? Where can I find good information about TERMCAP? There's lots of it out there... too much actually. I'm looking for the page with all the right info and none of the extra stuff. -- .!# RichardBronosky #!. ___

Re: I'm confused about TERMCAP

2007-03-10 Thread Frank Terbeck
Andy Harrison <[EMAIL PROTECTED]>: > On 3/9/07, Richard Bronosky <[EMAIL PROTECTED]> wrote: > >How can I stop screen from defining a TERMCAP? > > I put the following in my .tcshrc file. You'll have to change the syntax a > bit if you use bash. > > if ($term == "screen") then >unsetenv TERMCA

Re: I'm confused about TERMCAP

2007-03-10 Thread Andy Harrison
On 3/9/07, Richard Bronosky <[EMAIL PROTECTED]> wrote: How can I stop screen from defining a TERMCAP? I put the following in my .tcshrc file. You'll have to change the syntax a bit if you use bash. if ($term == "screen") then unsetenv TERMCAP endif -- Andy Harrison __