screen-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: I'm confused about TERMCAP


From: Frank Terbeck
Subject: Re: I'm confused about TERMCAP
Date: Sun, 11 Mar 2007 12:21:26 +0100
User-agent: Mutt/1.5.14+cvs20070301 (2007-02-28)

Joe Zbiciak <address@hidden>:
> Frank Terbeck <address@hidden>
> > Andy Harrison <address@hidden>:
> > > On 3/9/07, Richard Bronosky <address@hidden> 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
> >
> > For Bourne-like shells:
> >
> > [ x$TERM = xscreen ] && unset TERMCAP
>
> 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?

I actually only wanted to show a bourne shell version of the tcsh
example, that Andy presented. I didn't comment on its usefulness.

Regards, Frank

-- 
 A: Because it reverses the logical flow of conversation.
 Q: Why is top posting frowned upon?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]