diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 1999-08-30 16:51:33 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-08-30 16:51:33 +0000 |
commit | e6e268d99593081e18e52888407f0c397c991ff1 (patch) | |
tree | 72f898d6e7371333986a2f13a027910946f3ddd8 /Completion/X/_xsetroot | |
parent | acb362d9302eaef9b80c80db989dd444f85ecfaa (diff) | |
download | zsh-e6e268d99593081e18e52888407f0c397c991ff1.tar.gz zsh-e6e268d99593081e18e52888407f0c397c991ff1.tar.xz zsh-e6e268d99593081e18e52888407f0c397c991ff1.zip |
Initial revision
Diffstat (limited to 'Completion/X/_xsetroot')
-rw-r--r-- | Completion/X/_xsetroot | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Completion/X/_xsetroot b/Completion/X/_xsetroot new file mode 100644 index 000000000..a6f62e998 --- /dev/null +++ b/Completion/X/_xsetroot @@ -0,0 +1,12 @@ +#compdef xsetroot + +_x_options \ + -{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' \ + '-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' \ + '-name:root window name:' |