[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: I'm confused about TERMCAP
From: |
Michael Parson |
Subject: |
Re: I'm confused about TERMCAP |
Date: |
Fri, 9 Mar 2007 17:05:19 -0600 |
User-agent: |
Mutt/1.4.2.2i |
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
> before I go into screen, and vim works as expected. Specifically
> Home, End, and other special keys.
> Where can I learn more about TERMCAP and terminal emulation?
> Specifically how to debug and fix problems. I never know where in the
> stack the keycode mismatch is happening. (Terminal
> App>bash>screen>bash>ssh>bash>vim) It's very frustrating.
I alias screen to start with vt220 emulation:
screen -T vt220
--
Michael Parson
address@hidden