From 5a0164d05551ae223ca445380c1b5b42bf572fa5 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Tue, 31 Aug 1999 10:46:38 +0000 Subject: zsh-3.1.6-pws-2 --- Completion/User/_x_display | 3 -- Completion/User/_x_options | 5 ---- Completion/User/_xfig | 3 -- Completion/User/_xsetroot | 15 ---------- Completion/User/_xterm | 72 ---------------------------------------------- Completion/X/_gv | 14 --------- 6 files changed, 112 deletions(-) delete mode 100644 Completion/User/_x_display delete mode 100644 Completion/User/_x_options delete mode 100644 Completion/User/_xfig delete mode 100644 Completion/User/_xsetroot delete mode 100644 Completion/User/_xterm delete mode 100644 Completion/X/_gv (limited to 'Completion') diff --git a/Completion/User/_x_display b/Completion/User/_x_display deleted file mode 100644 index e3f9af479..000000000 --- a/Completion/User/_x_display +++ /dev/null @@ -1,3 +0,0 @@ -#autoload - -_hosts -S ':0 ' -r : diff --git a/Completion/User/_x_options b/Completion/User/_x_options deleted file mode 100644 index cc469286d..000000000 --- a/Completion/User/_x_options +++ /dev/null @@ -1,5 +0,0 @@ -#defpatcomp */X11/* - -# A simple pattern completion, just as an example. - -complist -J options -k '(-display -name -xrm)' diff --git a/Completion/User/_xfig b/Completion/User/_xfig deleted file mode 100644 index fcd2bba9f..000000000 --- a/Completion/User/_xfig +++ /dev/null @@ -1,3 +0,0 @@ -#defcomp xfig - -_files -g '*.fig' diff --git a/Completion/User/_xsetroot b/Completion/User/_xsetroot deleted file mode 100644 index 74a0b6180..000000000 --- a/Completion/User/_xsetroot +++ /dev/null @@ -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 diff --git a/Completion/User/_xterm b/Completion/User/_xterm deleted file mode 100644 index 3e6da8a41..000000000 --- a/Completion/User/_xterm +++ /dev/null @@ -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:' diff --git a/Completion/X/_gv b/Completion/X/_gv deleted file mode 100644 index 887224a0f..000000000 --- a/Completion/X/_gv +++ /dev/null @@ -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' -- cgit 1.4.1