From owner-freebsd-questions Thu Jul 5 1:11:36 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 4CB7D37B407 for ; Thu, 5 Jul 2001 01:11:33 -0700 (PDT) (envelope-from keramida@ceid.upatras.gr) Received: from hades.hell.gr (patr530-b084.otenet.gr [195.167.121.212]) by mailsrv.otenet.gr (8.11.1/8.11.1) with ESMTP id f658BMo08948; Thu, 5 Jul 2001 11:11:23 +0300 (EEST) Received: (from charon@localhost) by hades.hell.gr (8.11.4/8.11.3) id f658ABm02744; Thu, 5 Jul 2001 11:10:11 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 5 Jul 2001 11:10:11 +0300 From: Giorgos Keramidas To: Neil Darlow Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Help with screen port Message-ID: <20010705111010.A2709@hades.hell.gr> References: <20010705084911.A17471@router.darlow.co.uk> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="AhhlLboLdkugWU4S" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010705084911.A17471@router.darlow.co.uk>; from neil@darlow.co.uk on Thu, Jul 05, 2001 at 08:49:11AM +0100 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 --AhhlLboLdkugWU4S Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Jul 05, 2001 at 08:49:11AM +0100, Neil Darlow wrote: > Hi All, > > I am using screen-3.9.9 quite successfully having installed it's > termcap entry. > > The problem I have is that when using zile, the Home key does what's > expected, i.e. moves to beginning of line, but the End key is echoed > by zile as \377. Try applying the attached patch to /usr/src/share/termcap/termcap.src and rebuilding termcap from the sources. # cd /usr/src/share/termcap # patch -p0 < termcap.diff # make # make install Then, tell us if this works correctly for you :-) -giorgos --AhhlLboLdkugWU4S Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="termcap.diff" --- termcap.src.orig Thu Jul 5 11:08:11 2001 +++ termcap.src Thu Jul 5 11:08:22 2001 @@ -2555,7 +2555,7 @@ :ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:kb=^H:\ :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[15~:k6=\E[17~:\ :k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:F1=\E[23~:F2=\E[24~:\ - :kh=\E[1~:kI=\E[2~:kD=\E[3~:kH=\E[4~:kP=\E[5~:kN=\E[6~:\ + :kh=\E[1~:kI=\E[2~:kD=\E[3~:@7=\E[4~:kP=\E[5~:kN=\E[6~:\ :eA=\E(B\E)0:as=^N:ae=^O:\ :vi=\E[?25l:ve=\E[34h\E[?25h:vs=\E[34l:\ :Co#8:pa#64:AF=\E[3%dm:AB=\E[4%dm:op=\E[39;49m:AX:\ --AhhlLboLdkugWU4S-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message