From owner-freebsd-current Wed Apr 10 02:03:32 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA14553 for current-outgoing; Wed, 10 Apr 1996 02:03:32 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id CAA14543 for ; Wed, 10 Apr 1996 02:03:26 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id SAA11884; Wed, 10 Apr 1996 18:57:16 +1000 Date: Wed, 10 Apr 1996 18:57:16 +1000 From: Bruce Evans Message-Id: <199604100857.SAA11884@godzilla.zeta.org.au> To: ache@astral.msk.su, scrappy@ki.net Subject: Re: termcap/curses vs ncurses Cc: current@FreeBSD.ORG Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> How about libtermcap? >It will be nuked on libncurses->libcurses migration, i.e. >it will be link to libncurses too. In the current libtermcap, tparm() is 7 times slower than tgoto() on the ANSI "cm" string. libncurses uses tparm() for everything, so it is quite slow. Is the latest version of libncurses faster? Bruce