Joe Zbiciak <[EMAIL PROTECTED]>: > Frank Terbeck <[EMAIL PROTECTED]> > > 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 > > 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? _______________________________________________ screen-users mailing list [email protected] http://lists.gnu.org/mailman/listinfo/screen-users
