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: Sat, 10 Mar 2007 13:39:05 +0100
User-agent: Mutt/1.5.14+cvs20070301 (2007-02-28)

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

Regards, Frank

-- 
In protocol design, perfection has been reached not when there is
nothing left to add, but when there is nothing left to take away.
                                                  -- RFC 1925





reply via email to

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