about summary refs log tree commit diff
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2001-04-23 23:24:18 +0000
committerClint Adams <clint@users.sourceforge.net>2001-04-23 23:24:18 +0000
commitfe8d375ca077fc8c1982fd8c907f2546b127d09a (patch)
treedc97ab677ae0dafc795c397901b557c769f78e96
parent7c4585450851aea5fff4da045632c66bada2ca6d (diff)
downloadzsh-fe8d375ca077fc8c1982fd8c907f2546b127d09a.tar.gz
zsh-fe8d375ca077fc8c1982fd8c907f2546b127d09a.tar.xz
zsh-fe8d375ca077fc8c1982fd8c907f2546b127d09a.zip
14xxx: document $termcap and tweak mod_termcap/mod_terminfo docs
-rw-r--r--ChangeLog6
-rw-r--r--Doc/Zsh/mod_termcap.yo14
-rw-r--r--Doc/Zsh/mod_terminfo.yo4
3 files changed, 20 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index cfee0016b..6db931b6c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-04-23  Clint Adams <schizo@debian.org>
+
+	* 14xxx: Doc/Zsh/mod_termcap.yo, Doc/Zsh/mod_terminfo.yo:
+	Document $termcap, change reference to termcap/terminfo
+	'strings' to 'values'.
+
 2001-04-23  Andrej Borsenkow <bor@zsh.org>
 
 	* 14077 : acconfig.h, aczsh.m4, configure.in, Config/defs.mk.in,
diff --git a/Doc/Zsh/mod_termcap.yo b/Doc/Zsh/mod_termcap.yo
index 46ce79d68..86f38bd55 100644
--- a/Doc/Zsh/mod_termcap.yo
+++ b/Doc/Zsh/mod_termcap.yo
@@ -5,9 +5,19 @@ The tt(zsh/termcap) module makes available one builtin command:
 
 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()
diff --git a/Doc/Zsh/mod_terminfo.yo b/Doc/Zsh/mod_terminfo.yo
index 9e0e6665a..7132b44d1 100644
--- a/Doc/Zsh/mod_terminfo.yo
+++ b/Doc/Zsh/mod_terminfo.yo
@@ -5,9 +5,9 @@ The tt(zsh/terminfo) module makes available one builtin command:
 
 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()