From owner-freebsd-hackers Fri Sep 19 14:14:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA09202 for hackers-outgoing; Fri, 19 Sep 1997 14:14:11 -0700 (PDT) Received: from lsd.relcom.eu.net (ache@lsd.relcom.eu.net [193.124.23.23]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA09197 for ; Fri, 19 Sep 1997 14:14:05 -0700 (PDT) Received: (from ache@localhost) by lsd.relcom.eu.net (8.8.7/8.8.7) id BAA03770; Sat, 20 Sep 1997 01:13:53 +0400 (MSD) Date: Sat, 20 Sep 1997 01:13:45 +0400 (MSD) From: =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= X-Sender: ache@lsd.relcom.eu.net To: Yanestra cc: hackers@FreeBSD.ORG Subject: Re: Submission: patch for termcap, the second In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, 19 Sep 1997, Yanestra wrote: > 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. kH is not acceptable because it means different key: "last line" which is not equal to "end" key. termcap database now officially maintained by ncurses people, namely Eric S. Raymond, and FreeBSD tries to adopt those entries when possible. Old curses/termcap project not maintained anymore in favor of ncurses which is default curses for BSD now, it is official position of old curses/termcap maintainer. -- Andrey A. Chernov http://www.nagual.pp.ru/~ache/