about summary refs log tree commit diff
path: root/Completion/X/_xsetroot
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-08-31 10:16:50 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-08-31 10:16:50 +0000
commit57e98c6948f0cb64e79c4455fc692d81a75e30bf (patch)
tree01eaa6eaf105f2fc83ff07060542c842944d5f6d /Completion/X/_xsetroot
parentd02e7389f01c69ae830b3db0b197ea5aef91e95c (diff)
downloadzsh-57e98c6948f0cb64e79c4455fc692d81a75e30bf.tar.gz
zsh-57e98c6948f0cb64e79c4455fc692d81a75e30bf.tar.xz
zsh-57e98c6948f0cb64e79c4455fc692d81a75e30bf.zip
zsh-workers/7564
Diffstat (limited to 'Completion/X/_xsetroot')
-rw-r--r--Completion/X/_xsetroot10
1 files changed, 5 insertions, 5 deletions
diff --git a/Completion/X/_xsetroot b/Completion/X/_xsetroot
index a6f62e998..c3b361358 100644
--- a/Completion/X/_xsetroot
+++ b/Completion/X/_xsetroot
@@ -1,12 +1,12 @@
 #compdef xsetroot
 
-_x_options \
+_x_arguments \
   -{help,def,gray,grey,rv} \
   '-cursor:cursor file:_files -g \*.\(\#i\)\(xbm\|curs\(\|or\)\):mask file:_files -g \*.\(\#i\)\(xbm\|curs\(\|or\)\|mask\)' \
-  '-cursor_name:cursor name:_cursors' \
+  '-cursor_name:cursor name:_x_cursor' \
   '-bitmap:bitmap file:_files -g \*.\(\#i\)xbm' \
   '-mod:x grid distance (1-16): :y grid distance (1-16):' \
-  '-fg:foreground color:_colors' \
-  '-bg:background color:_colors' \
-  '-solid:screen solid color:_colors' \
+  '-fg:foreground color:_x_color' \
+  '-bg:background color:_x_color' \
+  '-solid:screen solid color:_x_color' \
   '-name:root window name:'