about summary refs log tree commit diff
path: root/Doc/Zsh/mod_termcap.yo
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2000-12-03 23:32:09 +0000
committerClint Adams <clint@users.sourceforge.net>2000-12-03 23:32:09 +0000
commit683cf32360315429e710e6b637d3126ea471e7b1 (patch)
treeed56554e00247c249386782a40ef50696ff7ae16 /Doc/Zsh/mod_termcap.yo
parent13b93a5faacf78e6bbc560837dd4c6cddf4acea9 (diff)
downloadzsh-683cf32360315429e710e6b637d3126ea471e7b1.tar.gz
zsh-683cf32360315429e710e6b637d3126ea471e7b1.tar.xz
zsh-683cf32360315429e710e6b637d3126ea471e7b1.zip
13216: docs for tc/ti modules
Diffstat (limited to 'Doc/Zsh/mod_termcap.yo')
-rw-r--r--Doc/Zsh/mod_termcap.yo13
1 files changed, 13 insertions, 0 deletions
diff --git a/Doc/Zsh/mod_termcap.yo b/Doc/Zsh/mod_termcap.yo
new file mode 100644
index 000000000..46ce79d68
--- /dev/null
+++ b/Doc/Zsh/mod_termcap.yo
@@ -0,0 +1,13 @@
+COMMENT(!MOD!zsh/termcap
+Interface to the termcap database.
+!MOD!)
+The tt(zsh/termcap) module makes available one builtin command:
+
+startitem()
+findex(echotc)
+cindex(termcap string, printing)
+item(tt(echotc) var(cap) [ var(arg) ... ])(
+Output the termcap string corresponding to the capability
+var(cap), with optional arguments.
+)
+enditem()