From matusita@jp.FreeBSD.org Mon Oct 11 18:33:41 1999
Return-Path: <matusita@jp.FreeBSD.org>
Received: from martini.ics.es.osaka-u.ac.jp (martini.ics.es.osaka-u.ac.jp [133.1.12.150])
	by hub.freebsd.org (Postfix) with ESMTP id 667CD1571B
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 11 Oct 1999 18:32:28 -0700 (PDT)
	(envelope-from matusita@jp.FreeBSD.org)
Received: from localhost (localhost [127.0.0.1])
	by martini.ics.es.osaka-u.ac.jp (8.9.3/3.7W/INO-1.0v8-SLAVE) with ESMTP id KAA22757
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 12 Oct 1999 10:32:27 +0900 (JST)
Message-Id: <19991012103225G.matusita@jp.FreeBSD.org>
Date: Tue, 12 Oct 1999 10:32:25 +0900
From: Makoto MATSUSHITA <matusita@jp.FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Subject: Somewhat bogus entry in termcap
X-Send-Pr-Version: 3.2

>Number:         14273
>Category:       misc
>Synopsis:       Somewhat bogus entry in termcap
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 11 18:40:01 PDT 1999
>Closed-Date:    Thu Jun 28 20:35:00 PDT 2001
>Last-Modified:  Thu Jun 28 20:35:22 PDT 2001
>Originator:     Makoto MATSUSHITA
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
Japan FreeBSD Users' Group
>Environment:

	4.0-CURRENT (which does not have *real* libtermcap)

>Description:

	Recently, libtermcap is disappeared and it is just a symlink
	to libncurses. However, libncurses is NOT EXACTLY the same behavior
	of libtermcap; it seems that libncurses does not understand some
	directives which are shown as 'screen' and 'kterm' entry in termcap.

>How-To-Repeat:

	% echo $TERM
	screen
	% vi > /dev/null
	"TERMCAP", line 0, col 273, terminal 'screen': unknown capability 'xv'
	"TERMCAP", line 0, col 276, terminal 'screen': unknown capability 'LP'
	"TERMCAP", line 0, col 572, terminal 'screen': unknown capability 'AX'
	"TERMCAP", line 0, col 575, terminal 'screen': unknown capability 'G0'
	ex/vi: Vi's standard input and output must be a terminal
	%

	% echo $TERM
	kterm
	% vi > /dev/null
	"TERMCAP", line 0, col 99, terminal 'kterm': unknown capability 'KJ'
	"TERMCAP", line 0, col 137, terminal 'kterm': unknown capability 'TY'
	ex/vi: Vi's standard input and output must be a terminal
	%

>Fix:
	
	Skip these directives (or implement these directives) by ncurses,
	or remove these directives from termcap.

>Release-Note:
>Audit-Trail:

From: Makoto MATSUSHITA <matusita@jp.FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: misc/14273: Somewhat bogus entry in termcap
Date: Wed, 27 Sep 2000 13:53:14 +0900

 I think this PR should be closed. Already fixed in 4-stable and
 -current, right ?
 
 -- -
 Makoto `MAR' MATSUSHITA
 
State-Changed-From-To: open->closed 
State-Changed-By: mikeh 
State-Changed-When: Thu Jun 28 20:35:00 PDT 2001 
State-Changed-Why:  
Submitter reports problem fixed. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=14273 
>Unformatted:
