From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20274 invoked from network); 8 Oct 2007 11:15:25 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 8 Oct 2007 11:15:25 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 6246 invoked from network); 8 Oct 2007 11:15:19 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 8 Oct 2007 11:15:19 -0000 Received: (qmail 27085 invoked by alias); 8 Oct 2007 11:15:17 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 23915 Received: (qmail 27068 invoked from network); 8 Oct 2007 11:15:16 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 8 Oct 2007 11:15:16 -0000 Received: (qmail 5944 invoked from network); 8 Oct 2007 11:15:16 -0000 Received: from acolyte.scowler.net (216.254.112.45) by a.mx.sunsite.dk with SMTP; 8 Oct 2007 11:15:11 -0000 Received: by acolyte.scowler.net (Postfix, from userid 1000) id BBA8C5C3B3; Mon, 8 Oct 2007 07:15:08 -0400 (EDT) Date: Mon, 8 Oct 2007 07:15:08 -0400 From: Clint Adams To: Peter Stephenson Cc: zsh-workers@sunsite.dk Subject: Re: PATCH: curses module Message-ID: <20071008111508.GA16480@scowler.net> Mail-Followup-To: Peter Stephenson , zsh-workers@sunsite.dk References: <20071008020128.GA3143@scowler.net> <20071008101342.12285a4f@news01> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071008101342.12285a4f@news01> User-Agent: Mutt/1.5.16 (2007-06-11) On Mon, Oct 08, 2007 at 10:13:42AM +0100, Peter Stephenson wrote: > I suppose it might be sensible to test for multibyte support early on in > configure and if it's present put ncursesw to the front of the library > search list? (With last week's patch --with-term-lib=ncursesw works.) On Debian I need to do --with-term-lib=ncursesw and CPPFLAGS=-I/usr/include/ncursesw , though I am led to believe that with the next version of ncurses, the wide support will be in the main library. > Would it be more consistent to make zcurses the command name and > the action the first argument (c.f. zle, ztcp, zsocket, ...)? Sounds fine. I'll try to make this adjustment and add some documentation in a few hours.