From owner-freebsd-bugs Mon Oct 11 18:40: 7 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 90A2A14F17 for ; Mon, 11 Oct 1999 18:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA74941; Mon, 11 Oct 1999 18:40:01 -0700 (PDT) (envelope-from gnats@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 ; 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 ; 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 To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: misc/14273: Somewhat bogus entry in termcap Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14273 >Category: misc >Synopsis: Somewhat bogus entry in termcap >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 11 18:40:01 PDT 1999 >Closed-Date: >Last-Modified: >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: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message