From owner-freebsd-questions Thu Jul 5 5: 6:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id 9B5AD37B407 for ; Thu, 5 Jul 2001 05:06:51 -0700 (PDT) (envelope-from keramida@ceid.upatras.gr) Received: from hades.hell.gr (patr530-b094.otenet.gr [195.167.121.222]) by mailsrv.otenet.gr (8.11.1/8.11.1) with ESMTP id f65C6eo24222; Thu, 5 Jul 2001 15:06:40 +0300 (EEST) Received: (from charon@localhost) by hades.hell.gr (8.11.4/8.11.3) id f65C6bN05153; Thu, 5 Jul 2001 15:06:38 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 5 Jul 2001 15:06:35 +0300 From: Giorgos Keramidas To: Neil Darlow Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Help with screen port Message-ID: <20010705150633.A5113@hades.hell.gr> References: <20010705084911.A17471@router.darlow.co.uk> <20010705111010.A2709@hades.hell.gr> <20010705.8574600@ideal.darlow.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010705.8574600@ideal.darlow.co.uk>; from neil@darlow.co.uk on Thu, Jul 05, 2001 at 08:57:46AM +0000 X-PGP-Fingerprint: 3A 75 52 EB F1 58 56 0D - C5 B8 21 B6 1B 5E 4A C2 X-URL: http://students.ceid.upatras.gr/~keramida/index.html Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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