Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Jul 2001 15:06:35 +0300
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        Neil Darlow <neil@darlow.co.uk>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Help with screen port
Message-ID:  <20010705150633.A5113@hades.hell.gr>
In-Reply-To: <20010705.8574600@ideal.darlow.co.uk>; from neil@darlow.co.uk on Thu, Jul 05, 2001 at 08:57:46AM %2B0000
References:  <20010705084911.A17471@router.darlow.co.uk> <20010705111010.A2709@hades.hell.gr> <20010705.8574600@ideal.darlow.co.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jul 05, 2001 at 08:57:46AM +0000, Neil Darlow wrote:
> Hi Giorgos,
> 
> Thank you for the patch. I checked the patch contents against my
> screen termcap entry. The @7=\E[4~ entry was already present.
> 
> This is probably an indication that the problem lies with zile and
> not screen. Is there a list anywhere of VT100 keycodes that will help
> me in determining what \E[4~ represents?

In that case it's probably zile trying to do it's own keyboard handling,
which fails to recognize \E[4~ as the `end key' sequence.

I am not sure how zile will let you customize the key mapping, but
this looks very familiar.  The `joe' editor also uses its own terminal
escape sequence parsing, and that is configurable through
/usr/local/lib/joerc.  Check if zile has some similar scheme of
handling escape sequences.  If that is the case, you can probably fix
it by editing the proper config and/or startup file.

-giorgos

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010705150633.A5113>