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
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 #!.
__
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 #!.
___
-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
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
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
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.
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
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
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
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:
>
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 #!.
___
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
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
__
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 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
16 matches
Mail list logo