Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Sep 97 21:32 MET DST
From:      Yanestra@t-online.de (Yanestra)
To:        hackers@freebsd.org
Subject:   Submission: patch for termcap, the second
Message-ID:  <m0xC8mW-0003CFC@fwd11.btx.dtag.de>

next in thread | raw e-mail | index | archive | help
Dear FreeBSD people,

it has shown that my last patch for /usr/share/termcap was not quite useful.  It 
appears that someone had introduced a new token to termcap, "@7".  This token is 
documented somewhere in the NCurses docs, which is in my personal opinion 
totally irrelevant.  The old standard says that "@7" should be named "kH", and I 
see no reason why this should be changed, for the sake of many programs which 
rely on it.  This is the patch for termcap as in FreeBSD 2.2.2.  If you see any 
problems, read the termcap(5) manual page first, then throw away the brain 
damaged garbage some people have written on that topic, esp. those from the 
NCurses team.

--cut-here--
233c233
< 	:@7=\E[4~:kh=\E[1~:kI=\E[2~:k0=\E[10~:\
---
> 	:kH=\E[4~:kh=\E[1~:kI=\E[2~:k0=\E[10~:\
252c252
< 	:@7=\E[4~:kh=\E[1~:kI=\E[2~:k0=\E[10~:\
---
> 	:kH=\E[4~:kh=\E[1~:kI=\E[2~:k0=\E[10~:\
302c302
< 	:kh=\EOH:@7=\EOF:\
---
> 	:kh=\EOH:kH=\EOF:\
541c541
< 	:@7=\E[Y:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:\
---
> 	:kH=\E[Y:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:\
1252c1252
< 	:ku=\E[A:kD=\177:@7=\E[146q:@8=\r:\
---
> 	:ku=\E[A:kD=\177:kH=\E[146q:@8=\r:\
2375c2375
< 	:kN=\E[G:kP=\E[I:@7=\E[F:kI=\E[L:kD=\177:kB=\E[Z:\
---
> 	:kN=\E[G:kP=\E[I:kH=\E[F:kI=\E[L:kD=\177:kB=\E[Z:\
2578c2578
< 	:@7=\E[K:kh=\E[H:kN=\E[Oq:kP=\E[Or:kI=\EOn:kD=\ED:\
---
> 	:kH=\E[K:kh=\E[H:kN=\E[Oq:kP=\E[Or:kI=\EOn:kD=\ED:\
3885c3885
< 	:@7=\E[F:\
---
> 	:kH=\E[F:\
--cut-here-

Ciao
  jay






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