Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: Re: What about this? (was: RE: Zsh broken after the latest build patches)
- X-seq: zsh-workers 14078
- From: Clint Adams <schizo@xxxxxxxxxx>
- To: Peter Stephenson <pws@xxxxxxx>
- Subject: PATCH: Re: What about this? (was: RE: Zsh broken after the latest build patches)
- Date: Mon, 23 Apr 2001 19:08:18 -0400
- Cc: Zsh hackers list <zsh-workers@xxxxxxxxxx>
- In-reply-to: <Tc0a88d015318ac89a2@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>; from pws@xxxxxxx on Mon, Apr 23, 2001 at 05:44:21PM +0100
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <1010423162458.ZM14874@xxxxxxxxxxxxxxxxxxxxxxx> <Tc0a88d015318ac89a2@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
> 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()
Messages sorted by:
Reverse Date,
Date,
Thread,
Author