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 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
[email protected]
http://lists.gnu.org/mailman/listinfo/screen-users

Reply via email to