mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 10:01:11 +02:00
24330: add some missing options from xpdf 3.02.
This commit is contained in:
parent
9e8f2329d6
commit
f77eaddddf
2 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-12-31 Clint Adams <clint@zsh.org>
|
||||
|
||||
* 24330: Completion/X/_xpdf: add some missing options from xpdf
|
||||
3.02.
|
||||
|
||||
2007-12-27 Clint Adams <clint@zsh.org>
|
||||
|
||||
* 24323: Completion/Debian/Command/_apt: for performance reasons,
|
||||
|
|
|
@ -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:' \
|
||||
|
|
Loading…
Reference in a new issue