From 585e059c1841f9e7bab298df9aceec7174f4bbfd Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Mon, 30 Aug 1999 16:51:14 +0000 Subject: zsh-3.1.6-pws-2 --- Completion/X/_xsetroot | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Completion/X/_xsetroot (limited to 'Completion/X/_xsetroot') 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:' -- cgit 1.4.1