From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12053 invoked from network); 4 Dec 2000 16:47:25 -0000 Received: from sunsite.dk (HELO sunsite.auc.dk) (130.225.51.30) by ns1.primenet.com.au with SMTP; 4 Dec 2000 16:47:25 -0000 Received: (qmail 2396 invoked by alias); 4 Dec 2000 16:47:15 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 13223 Received: (qmail 2381 invoked from network); 4 Dec 2000 16:47:13 -0000 Date: Mon, 4 Dec 2000 11:46:46 -0500 From: Clint Adams To: Bart Schaefer Cc: zsh-workers@sunsite.auc.dk Subject: Re: PATCH: termcap/terminfo support in modules Message-ID: <20001204114646.A30287@dman.com> References: <20001203154842.B23776@dman.com> <1001204163807.ZM19828@candle.brasslantern.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <1001204163807.ZM19828@candle.brasslantern.com>; from schaefer@candle.brasslantern.com on Mon, Dec 04, 2000 at 04:38:07PM +0000 > It appears that configure on my RH5.2 box decides that only -ltermcap is > necessary, but the tiget* functions are in libcurses. I find it somewhat > disappointing that zsh now has to be linked with curses; the line editor > has so studiously avoided using curses for screen management ... We could just make the terminfo module not be built if tiget* are undefined. Couldn't we?