From 184fd22fd4b127ed2636cd871a0f71466f322bc8 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Wed, 19 Nov 2003 17:06:48 +0000 Subject: 19258: arg support for echoti. --- Doc/Zsh/mod_terminfo.yo | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Doc/Zsh/mod_terminfo.yo (limited to 'Doc') 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() -- cgit 1.4.1