about summary refs log tree commit diff
path: root/Completion/User
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-08-31 10:46:38 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-08-31 10:46:38 +0000
commit5a0164d05551ae223ca445380c1b5b42bf572fa5 (patch)
treecd17c64b991d50c69a0a7a5a664e843b28860623 /Completion/User
parenta0de0207d067ea14d782cc70bf8f6ad1ac71da6d (diff)
downloadzsh-5a0164d05551ae223ca445380c1b5b42bf572fa5.tar.gz
zsh-5a0164d05551ae223ca445380c1b5b42bf572fa5.tar.xz
zsh-5a0164d05551ae223ca445380c1b5b42bf572fa5.zip
zsh-3.1.6-pws-2
Diffstat (limited to 'Completion/User')
-rw-r--r--Completion/User/_x_display3
-rw-r--r--Completion/User/_x_options5
-rw-r--r--Completion/User/_xfig3
-rw-r--r--Completion/User/_xsetroot15
-rw-r--r--Completion/User/_xterm72
5 files changed, 0 insertions, 98 deletions
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:'