From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17801 invoked from network); 9 Apr 2001 16:25:34 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 9 Apr 2001 16:25:34 -0000 Received: (qmail 6468 invoked by alias); 9 Apr 2001 16:25:20 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 13926 Received: (qmail 6457 invoked from network); 9 Apr 2001 16:25:19 -0000 From: "Bart Schaefer" Message-Id: <1010409162431.ZM5909@candle.brasslantern.com> Date: Mon, 9 Apr 2001 16:24:31 +0000 In-Reply-To: <1010409160903.ZM29234@candle.brasslantern.com> Comments: In reply to "Bart Schaefer" "Re: PATCH: Re: zsh/termcap and zsh/terminfo modules" (Apr 9, 4:09pm) References: <1010405001506.ZM644@candle.brasslantern.com> <001801c0bd94$16f37f80$21c9ca95@mow.siemens.ru> <20010405095812.A18353@dman.com> <1010406183939.ZM14729@candle.brasslantern.com> <20010409091249.A1844@dman.com> <1010409154550.ZM29096@candle.brasslantern.com> <20010409115241.A4549@dman.com> <1010409160903.ZM29234@candle.brasslantern.com> X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.dk Subject: More ramblings Re: zsh/termcap and zsh/terminfo modules MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Apr 9, 4:09pm, Bart Schaefer wrote: } } I notice that configure.in does not have an AC_SEARCH_LIBS for tigetstr, } only for tgetent. Having stuck in an AC_SEARCH_LIBS(tigetstr, ...) I now have a working zsh/terminfo module (but zsh is being linked against libcurses). This leads me to notice that one can't dump out the entire terminal def'n by using `print ${(kv)terminfo}': zagzig% zmodload zsh/terminfo zagzig% print $#terminfo 0 zagzig% print $terminfo[am] yes zagzig% print $#terminfo 0 Are there other special hashes that behave this way? -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net