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

Reply via email to