Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Jul 2001 11:10:11 +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:  <20010705111010.A2709@hades.hell.gr>
In-Reply-To: <20010705084911.A17471@router.darlow.co.uk>; from neil@darlow.co.uk on Thu, Jul 05, 2001 at 08:49:11AM %2B0100
References:  <20010705084911.A17471@router.darlow.co.uk>

next in thread | previous in thread | raw e-mail | index | archive | help

--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




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