From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28493 invoked by alias); 9 May 2011 16:23:18 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 29202 Received: (qmail 20519 invoked from network); 9 May 2011 16:23:16 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at lorien.comfychair.org designates 173.8.144.98 as permitted sender) Date: Mon, 9 May 2011 09:23:02 -0700 From: Danek Duvall To: Peter Stephenson Cc: zsh-workers@zsh.org Subject: Re: patch to make $TERMINFO special Message-ID: <20110509162302.GB3073@lorien.comfychair.org> Mail-Followup-To: Danek Duvall , Peter Stephenson , zsh-workers@zsh.org References: <20110508201312.GA5170@lorien.comfychair.org> <20110509121653.793dcd62@pwslap01u.europe.root.pri> <20110509155138.GA3073@lorien.comfychair.org> <20110509172014.26217434@pwslap01u.europe.root.pri> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110509172014.26217434@pwslap01u.europe.root.pri> User-Agent: Mutt/1.5.20 (2010-04-22) On Mon, May 09, 2011 at 05:20:14PM +0100, Peter Stephenson wrote: > On Mon, 9 May 2011 08:51:38 -0700 > Danek Duvall wrote: > > > What problem is the addenv() call trying to fix? > > > > It didn't actually seem that TERMINFO was being set in my shell if I > > didn't do that. In fact, I got the message > > > > can't find terminal definition for xterm-256color > > > > when I change $TERMINFO, and I get that with your patch as well. It > > also just doesn't work -- colors are wrong, tput colors comes back > > empty, as does echoti colors, and the terminal handling is absolutely > > awful, just as if nothing had happened. > > You are remembering to export it from the shell ("export TERMINFO=...")? Yes: export TERMINFO=/var/tmp/dduvall/.terminfo Danek