From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2264 invoked from network); 14 Oct 2007 21:16:37 -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,SPF_HELO_PASS autolearn=ham version=3.2.3 Received: from ns2.primenet.com.au (HELO primenet.com.au) (@203.24.36.3) by ns1.primenet.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 14 Oct 2007 21:16:37 -0000 Received: (qmail 24173 invoked from network); 14 Oct 2007 16:27:33 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by proxy.melb.primenet.com.au with SMTP; 14 Oct 2007 16:27:33 -0000 Received-SPF: none (proxy.melb.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 76200 invoked from network); 14 Oct 2007 16:27:26 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 14 Oct 2007 16:27:26 -0000 Received: (qmail 1201 invoked by alias); 14 Oct 2007 16:27:20 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 23953 Received: (qmail 1189 invoked from network); 14 Oct 2007 16:27:19 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 14 Oct 2007 16:27:19 -0000 Received: (qmail 75552 invoked from network); 14 Oct 2007 16:27:19 -0000 Received: from vms046pub.verizon.net (206.46.252.46) by a.mx.sunsite.dk with SMTP; 14 Oct 2007 16:27:12 -0000 Received: from torch.brasslantern.com ([71.116.76.59]) by vms046.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0JPW0047PTONO5S7@vms046.mailsrvcs.net> for zsh-workers@sunsite.dk; Sun, 14 Oct 2007 11:26:48 -0500 (CDT) Received: from torch.brasslantern.com (localhost.localdomain [127.0.0.1]) by torch.brasslantern.com (8.13.1/8.13.1) with ESMTP id l9EGQlJk021804 for ; Sun, 14 Oct 2007 09:26:47 -0700 Received: (from schaefer@localhost) by torch.brasslantern.com (8.13.1/8.13.1/Submit) id l9EGQk0M021803 for zsh-workers@sunsite.dk; Sun, 14 Oct 2007 09:26:46 -0700 Date: Sun, 14 Oct 2007 09:26:46 -0700 From: Bart Schaefer Subject: Re: PATCH: make curses module not need wideness In-reply-to: <20071014042142.GA27713@scowler.net> To: zsh-workers@sunsite.dk Message-id: <071014092646.ZM21802@torch.brasslantern.com> MIME-version: 1.0 X-Mailer: OpenZMail Classic (0.9.2 24April2005) Content-type: text/plain; charset=us-ascii References: <20071014042142.GA27713@scowler.net> Comments: In reply to Clint Adams "PATCH: make curses module not need wideness" (Oct 14, 12:21am) On Oct 14, 12:21am, Clint Adams wrote: } } This will build against "narrow" ncurses. To my amusement and chagrin, } zcurses -s works this way. Is there any documentation for zcurses yet? What is "zcurses -s"? As an aside, when I "zmodload zsh/curses" my terminal gets erased as if I'd invoked "zle clear-screen". That seems a bit unfriendly.