diff options
Diffstat (limited to 'Completion/User/_xfig')
-rw-r--r-- | Completion/User/_xfig | 57 |
1 files changed, 53 insertions, 4 deletions
diff --git a/Completion/User/_xfig b/Completion/User/_xfig index f1c2ca6f5..2dd7f94f2 100644 --- a/Completion/User/_xfig +++ b/Completion/User/_xfig @@ -1,6 +1,55 @@ #compdef xfig -local expl - -_description expl 'xfig file' -_files "$expl[@]" -g '*.fig' +_x_options \ + '-help' \ + '-Landscape' \ + '-Portrait' \ + '-bold:bold font:_x_font' \ + '-button:button font:_x_font' \ + '-but_per_row:number of buttons:' \ + '-cbg:canvas background color:_colors' \ + '-cfg:canvas foreground color:_colors' \ + '-debug' \ + '-depth:visual depth:_x_visdepth' \ + '-dontswitchcmap' \ + '-exportlanguage:export language:(box latex epic eepic eepicemu pictex ibmgl eps ps pstex textyl tpic pic mf acad pcx png gif jpeg tiff ppm xbm xpm)' \ + '-flushleft' \ + '-iconGeometry:icon geometry:_x_geometry' \ + '-inches' \ + '-internalBW:internal border width:' \ + '-inverse' \ + '-keyfile:compose key file:_files' \ + '-latexfonts' \ + '-left' \ + '-magnification:magnification factor:' \ + '-max_image_colors:maximum number of colors:' \ + '-metric' \ + '-monochrome' \ + '-multiple' \ + '-normal:normal font:_x_font' \ + '-noscalablefonts' \ + '-notrack' \ + '-papersize:output paper size:((Letter\:8.5\"\ x\ 11\" Legal\:8.5\"\ x\ 14\" Ledger\:17\"\ x\ 11\" Tabloid\:11\"\ x\ 17\" A\:8.5\"\ x\ 11\" B\:11\"\ x\ 17\" C\:17\"\ x\ 22\" D\:22\"\ x\ 34\" E\:34\"\ x\ 44\" A4\:21\ cm\ x\ 29.7\ cm A3\:29.7\ cm\ x\ 42\ cm A2\:42\ cm\ x\ 59.4\ cm A1\:59.4\ cm\ x\ 84.1\ cm A0\:84.1\ cm\ x\ 118.9\ cm B%\:18.2\ cm\ x\ 25.7\ cm))' \ + '-pheight:canvas height:' \ + '-pwidth:canvas width:' \ + '-right' \ + '-scalablefonts' \ + '-showallbuttons' \ + '-single' \ + '-specialtext' \ + '-spellcheckcommand:program: _command_names -e' \ + '-startfillstyle:fill style (-1 to 21):' \ + '-startfontsize:font size (in points):' \ + '-startgridmode:grid mode:((0\:no\ grid 1\:1/4\ inch\ or\ 5\ mm 2\:1/2\ inch\ or\ 1\ cm 3\:1\ inch\ or\ 2\ cm))' \ + '-startlatexfont:latex font:' \ + '-startlinewidth:line width:' \ + '-startposnmode:positioning mode:((0\:any 1\:1/16\ inch\ or\ 1\ mm 2\:1/4\ inch\ or\ 5\ mm 3\:1/2\ inch\ or\ 1\ cm 4\:1\ inch\ or\ 2\ cm))' \ + '-startpsfont:postscript font:' \ + '-starttextstep:text step:' \ + '-tablet' \ + '-track' \ + '-userscale:scale factor:' \ + '-userunit:unit string:' \ + '-visual:visual:(TrueColor StaticColor DirectColor StaticGray GrayScale PseudoColor)' \ + '-zoom:zoom scale:' \ + '*:xfig file:_files -g \*.\(\#i\)\(\|x\)fig' |