about summary refs log tree commit diff
path: root/Completion/X
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2007-12-31 16:02:01 +0000
committerClint Adams <clint@users.sourceforge.net>2007-12-31 16:02:01 +0000
commitf77eaddddf539497a77ffa019507530c1bcb50fb (patch)
treebe004a6b02708a86ddc2fd698419e5390d71de11 /Completion/X
parent9e8f2329d6f22698db916e028083f7b47a7b024a (diff)
downloadzsh-f77eaddddf539497a77ffa019507530c1bcb50fb.tar.gz
zsh-f77eaddddf539497a77ffa019507530c1bcb50fb.tar.xz
zsh-f77eaddddf539497a77ffa019507530c1bcb50fb.zip
24330: add some missing options from xpdf 3.02.
Diffstat (limited to 'Completion/X')
-rw-r--r--Completion/X/Command/_xpdf4
1 files changed, 4 insertions, 0 deletions
diff --git a/Completion/X/Command/_xpdf b/Completion/X/Command/_xpdf
index c2b8715ea..261af0281 100644
--- a/Completion/X/Command/_xpdf
+++ b/Completion/X/Command/_xpdf
@@ -4,11 +4,15 @@ _xt_arguments \
   '-g[initial window geometry]:geometry:_x_geometry' \
   '-cmap[install a private colormap]' \
   '-rgb[biggest RGB cube to allocate]:int:' \
+  '-mattecolor[color of background outside page area]:color:' \
   '-papercolor[color of paper background]:color:' \
   '-z[initial zoom level]:zoom level:' \
   '-t1lib[enable t1lib font rasterizer]:bool:(yes no)' \
   '-freetype[enable FreeType font rasterizer]:bool:(yes no)' \
   '-aa[enable font anti-aliasing]:bool:(yes no)' \
+  '-aaVector[enable vector anti-aliasing]:bool:(yes no)' \
+  '-cont[start in continuous view mode]' \
+  '-exec[execute command on xpdf remote server]:command:' \
   '-ps[default PostScript file name or command]:file or command:_files' \
   '-paper[paper size]:paper size:(letter legal A4 A3 match)' \
   '-paperw[paper width]:points:' \