1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-03 10:21:46 +02:00

zsh-3.1.6-pws-2

This commit is contained in:
Tanaka Akira 1999-08-31 10:46:38 +00:00
parent a0de0207d0
commit 5a0164d055
6 changed files with 0 additions and 112 deletions

View file

@ -1,3 +0,0 @@
#autoload
_hosts -S ':0 ' -r :

View file

@ -1,5 +0,0 @@
#defpatcomp */X11/*
# A simple pattern completion, just as an example.
complist -J options -k '(-display -name -xrm)'

View file

@ -1,3 +0,0 @@
#defcomp xfig
_files -g '*.fig'

View file

@ -1,15 +0,0 @@
#compdef xsetroot
case "$words[CURRENT-1]" in
-cursor) _files -/g '*.(#i)(xbm|curs(|or))'; return;;
-cursor_name) _cursors; return;;
-bitmap) _files -/g '*.(#i)xbm'; return;;
-([fb]g|solid)) _colors; return;;
esac
if [[ CURRENT -gt 2 && "$words[CURRENT-2]" = -cursor ]]; then
_files -/g '*.(#i)(xbm|curs(|or)|mask)'
else
compadd -M 'm:-=_ r:|_=*' - -help -def -cursor -cursor_name -bitmap -mod -gray -grey \
-fg -bg -rv -solid -name
fi

View file

@ -1,72 +0,0 @@
#compdef xterm
_arguments \
'-version' \
'-help' \
'-132' \
'-ah' '+ah' \
'-ai' '+ai' \
'-aw' '+aw' \
'-b:inner border size:' \
'-bc' '+bc' \
'-bcf:time text cursor is off when blinking (milliseconds):' \
'-bcn:time text cursor is on when blinking (milliseconds):' \
'-bdc' '+bdc' \
'-cb' '+cb' \
'-cc:character class:' \
'-cm' '+cm' \
'-cn' '+cn' \
'-cr:text cursor color:_color' \
'-cu' '+cu' \
'-dc' '+dc' \
'-e:*::program: _normal' \
'-fb:bold font:' \
'-fi:icon font:' \
'-hc:background color for highlighted text:_color' \
'-hf' '+hf' \
'-ie' '+ie' \
'-im' '+im' \
'-j' '+j' \
'-leftbar' \
'-ls' '+ls' \
'-mb' '+mb' \
'-mc:multi-click threshold (milliseconds):' \
'-ms:pointer cursor color:_color' \
'-nb:margin bell number:' \
'-nul' '+nul' \
'-pc' '+pc' \
'-rightbar' \
'-rw' '+rw' \
'-s' '+s' \
'-samename' '+samename' \
'-sb' '+sb' \
'-sf' '+sf' \
'-si' '+si' \
'-sk' '+sk' \
'-sl:save lines:' \
'-sp' '+sp' \
'-t' '+t' \
'-ti:terminal ID:(vt52 vt100 vt101 vt102 vt220)' \
'-tm:terminal setting:' \
'-tn:terminal type:' \
'-u8' '+u8' \
'-ulc' '+ulc' \
'-ut' '+ut' \
'-vb' '+vb' \
'-wc' '+wc' \
'-wf' '+wf' \
'-ziconbeep:iconbeep (percent):' \
'-C' \
'-S-:pseudo-terminal and file descriptor:' \
'-bd:border color:_color' \
'-bg:background color:_color' \
'-bw:border width:' \
'-display:display:' \
'-fg:foreground color:_color' \
'-fn:font:' \
'-geometry:geometry:' \
'-iconic' \
'-name:name:' \
'-rv' \
'-title:title:' \
'-xrm:resource:'

View file

@ -1,14 +0,0 @@
#compdef gv gview
_xt_arguments \
-{,no}{safer,quiet,center,swap,antialias,dsc,eof,pixmap,watch,resize} \
-{monochrome,grayscale,color,portrait,landscape,upsidedown,seascape,h,help,v,spartan} \
'-arguments:ghostscript arguments:' \
'-page:label of first page:' \
'-media:page size:(Letter Legal Statement Tabloid Ledger Folio Quarto 10x14 Executive A3 A4 A5 B4 B5)' \
'-scale:scale entry:' \
'-scalebase:scale base:' \
'-ad:resource file:_files' \
'-style:resource file:_files'
'*:file:_pspdf'