about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2003-11-19 17:06:48 +0000
committerClint Adams <clint@users.sourceforge.net>2003-11-19 17:06:48 +0000
commit184fd22fd4b127ed2636cd871a0f71466f322bc8 (patch)
treef52b0e216ea4aeaad9111d87749b322c7d357712 /Doc
parenta9cb4b0fa70d20a10de484599698b06d31b9eb2e (diff)
downloadzsh-184fd22fd4b127ed2636cd871a0f71466f322bc8.tar.gz
zsh-184fd22fd4b127ed2636cd871a0f71466f322bc8.tar.xz
zsh-184fd22fd4b127ed2636cd871a0f71466f322bc8.zip
19258: arg support for echoti.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/mod_terminfo.yo23
1 files changed, 23 insertions, 0 deletions
diff --git a/Doc/Zsh/mod_terminfo.yo b/Doc/Zsh/mod_terminfo.yo
new file mode 100644
index 000000000..82c93a452
--- /dev/null
+++ b/Doc/Zsh/mod_terminfo.yo
@@ -0,0 +1,23 @@
+COMMENT(!MOD!zsh/terminfo
+Interface to the terminfo database.
+!MOD!)
+The tt(zsh/terminfo) module makes available one builtin command:
+
+startitem()
+findex(echoti)
+cindex(terminfo value, printing)
+item(tt(echoti) var(cap) [ var(arg) ])(
+Output the terminfo value corresponding to the capability
+var(cap), instantiated with var(arg) if applicable.
+)
+enditem()
+
+The tt(zsh/terminfo) module makes available one parameter:
+
+startitem()
+vindex(terminfo)
+item(tt(terminfo))(
+An associative array that maps terminfo capability names to
+their values.
+)
+enditem()