Re: I'm confused about TERMCAP

2007-03-28 Thread Richard Bronosky
In my .bashrc I check to decide whether or not to launch screen. The solution I found to work for me is... .screenrc: termcap xterm-color term "screen" .vimrc: set term=xterm-color I want to know, and want my apps to know, that the terminal IS screen. I need to make sure my terminal beh

Re: I'm confused about TERMCAP

2007-03-28 Thread Richard Bronosky
On 3/10/07, Frank Terbeck <[EMAIL PROTECTED]> wrote: For Bourne-like shells: [ x$TERM = xscreen ] && unset TERMCAP I tried this, and even though there in no TERMCAP revealed in `env`... vim is still not behaving to my key like it does outside of screen. Ideas? -- .!# RichardBronosky #!. __

Re: I'm confused about TERMCAP

2007-03-28 Thread Richard Bronosky
So, I take it this is a common problem? Where can I find good information about TERMCAP? There's lots of it out there... too much actually. I'm looking for the page with all the right info and none of the extra stuff. -- .!# RichardBronosky #!. ___

Re: I'm confused about TERMCAP

2007-03-13 Thread grok
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > Because you should be nuking it whatever its origin. Any > modern system (and please don't respond with any "but I > use system X that isn't modern") uses terminfo or some > other replacement that doesn't depend on TERMCAP being > set. TERMCAP is de

Re: I'm confused about TERMCAP

2007-03-13 Thread Nikolai Weibull
On 3/11/07, Joe Zbiciak <[EMAIL PROTECTED]> wrote: 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? Because you should be nuking it whatever its origin. Any modern system (and please don't respond wi

Re: I'm confused about TERMCAP

2007-03-13 Thread Michael Parson
On Tue, Mar 13, 2007 at 11:43:49AM -0400, Andy Harrison wrote: > On 3/11/07, Joe Zbiciak <[EMAIL PROTECTED]>wrote: >> >> 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? >> >> > > It's the only way

Re: I'm confused about TERMCAP

2007-03-13 Thread Andy Harrison
On 3/11/07, Joe Zbiciak <[EMAIL PROTECTED]> wrote: 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? It's the only way I can correct all the various instances of bad behavior caused by running screen.

Re: I'm confused about TERMCAP

2007-03-12 Thread Michael Parson
On Sun, Mar 11, 2007 at 01:15:44AM -0500, Richard Bronosky wrote: > So, I take it this is a common problem? Where can I find good > information about TERMCAP? There's lots of it out there... too much > actually. I'm looking for the page with all the right info and none > of the extra stuff. The

Re: I'm confused about TERMCAP

2007-03-11 Thread Frank Terbeck
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 t

Re: I'm confused about TERMCAP

2007-03-11 Thread Richard Bronosky
On 3/9/07, Michael Parson <[EMAIL PROTECTED]> wrote: On Fri, Mar 09, 2007 at 03:53:04PM -0500, Richard Bronosky wrote: > I'm using "Screen version 4.00.03jw4 (FAU) 2-May-06" on Ubuntu Edgy. > It seems that invoking screen is creating a TERMCAP that is not making > vim happy. > > How can I stop s

Re: I'm confused about TERMCAP

2007-03-10 Thread Joe Zbiciak
a-city.org/ - Original Message From: Frank Terbeck <[EMAIL PROTECTED]> To: screen-users@gnu.org Sent: Saturday, March 10, 2007 6:39:05 AM Subject: Re: I'm confused about TERMCAP Andy Harrison <[EMAIL PROTECTED]>: > On 3/9/07, Richard Bronosky <[EMAIL PROTECTED]> wrote: >

Re: I'm confused about TERMCAP

2007-03-10 Thread Richard Bronosky
So, I take it this is a common problem? Where can I find good information about TERMCAP? There's lots of it out there... too much actually. I'm looking for the page with all the right info and none of the extra stuff. -- .!# RichardBronosky #!. ___

Re: I'm confused about TERMCAP

2007-03-10 Thread Frank Terbeck
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 TERMCA

Re: I'm confused about TERMCAP

2007-03-10 Thread Andy Harrison
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 __

Re: I'm confused about TERMCAP

2007-03-09 Thread Michael Parson
On Fri, Mar 09, 2007 at 03:53:04PM -0500, Richard Bronosky wrote: > I'm using "Screen version 4.00.03jw4 (FAU) 2-May-06" on Ubuntu Edgy. > It seems that invoking screen is creating a TERMCAP that is not making > vim happy. > > How can I stop screen from defining a TERMCAP? I don't have one > befo

I'm confused about TERMCAP

2007-03-09 Thread Richard Bronosky
I'm using "Screen version 4.00.03jw4 (FAU) 2-May-06" on Ubuntu Edgy. It seems that invoking screen is creating a TERMCAP that is not making vim happy. How can I stop screen from defining a TERMCAP? I don't have one before I go into screen, and vim works as expected. Specifically Home, End, and