From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4890 invoked from network); 23 Apr 2001 23:50:05 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 23 Apr 2001 23:50:05 -0000 Received: (qmail 17292 invoked by alias); 23 Apr 2001 23:49:58 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 14078 Received: (qmail 17277 invoked from network); 23 Apr 2001 23:49:56 -0000 Date: Mon, 23 Apr 2001 19:08:18 -0400 From: Clint Adams To: Peter Stephenson Cc: Zsh hackers list Subject: PATCH: Re: What about this? (was: RE: Zsh broken after the latest build patches) Message-ID: <20010423190818.B15716@dman.com> References: <1010423162458.ZM14874@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: ; from pws@csr.com on Mon, Apr 23, 2001 at 05:44:21PM +0100 > I'd prefer, if possible, to back them off everywhere and apply them back > later. The only good reason for using a branch would be to do simultaneous > development. I don't think that's necessary so near to the 4.0.1 release. I agree with holding off until 4.0.1 is released and 4.1 is branched. > Once this is dealt with, unless anyone still has remaining tweaks they > think are necessary, I shall make a final pre-release with a view to > releasing it as 4.0.1. Here's one such tweak. Index: Doc/Zsh/mod_termcap.yo =================================================================== RCS file: /cvsroot/zsh/zsh/Doc/Zsh/mod_termcap.yo,v retrieving revision 1.1 diff -u -r1.1 mod_termcap.yo --- Doc/Zsh/mod_termcap.yo 2000/12/03 23:32:12 1.1 +++ Doc/Zsh/mod_termcap.yo 2001/04/23 23:05:21 @@ -5,9 +5,19 @@ startitem() findex(echotc) -cindex(termcap string, printing) +cindex(termcap value, printing) item(tt(echotc) var(cap) [ var(arg) ... ])( -Output the termcap string corresponding to the capability +Output the termcap value corresponding to the capability var(cap), with optional arguments. +) +enditem() + +The tt(zsh/termcap) module makes available one parameter: + +startitem() +vindex(termcap) +item(tt(termcap))( +An associative array that maps termcap capability codes to +their values. ) enditem() Index: Doc/Zsh/mod_terminfo.yo =================================================================== RCS file: /cvsroot/zsh/zsh/Doc/Zsh/mod_terminfo.yo,v retrieving revision 1.1 diff -u -r1.1 mod_terminfo.yo --- Doc/Zsh/mod_terminfo.yo 2000/12/03 23:32:12 1.1 +++ Doc/Zsh/mod_terminfo.yo 2001/04/23 23:05:32 @@ -5,9 +5,9 @@ startitem() findex(echoti) -cindex(terminfo string, printing) +cindex(terminfo value, printing) item(tt(echoti) var(cap))( -Output the terminfo string corresponding to the capability +Output the terminfo value corresponding to the capability var(cap). ) enditem()