zsh-workers
 help / color / mirror / code / Atom feed
a3b4e949ce880fc208a44b674a1f103a999e07ca blob 488 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
 
#compdef tput
local -a args

case $OSTYPE in
  *linux*)
    args=(
      - set1
      '-S[allows more than one capability per invocation of tput]'
      - set2
      '-V[reports the version of ncurses used for tput]'
    )
esac
      
_arguments : \
  $args - set3 \
  '(-S -V)-T+[terminal type]:terminal type:_terminals' \
  '1:terminal capabilities:( init reset longname ${(k)terminfo} )' \
  '*:capability parameters:{ [[ $words[1] != (init|reset|longname) ]] && _message parameter }'
debug log:

solving a3b4e949c ...
found a3b4e949c in https://git.vuxu.org/mirror/zsh/

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).