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: Joe Zbiciak
Subject: Re: I'm confused about TERMCAP
Date: Sat, 10 Mar 2007 23:05:05 -0800 (PST)

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/


----- Original Message ----
From: Frank Terbeck <address@hidden>
To: address@hidden
Sent: Saturday, March 10, 2007 6:39:05 AM
Subject: Re: I'm confused about TERMCAP

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



_______________________________________________
screen-users mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/screen-users


reply via email to

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