diff options
Diffstat (limited to 'Completion/X')
-rw-r--r-- | Completion/X/Command/_xfig | 2 | ||||
-rw-r--r-- | Completion/X/Command/_xloadimage | 4 | ||||
-rw-r--r-- | Completion/X/Command/_xterm | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/Completion/X/Command/_xfig b/Completion/X/Command/_xfig index 8ea3f4a6c..cc216a7b4 100644 --- a/Completion/X/Command/_xfig +++ b/Completion/X/Command/_xfig @@ -7,7 +7,7 @@ _x_arguments \ '-but_per_row:number of buttons:' \ '-cbg:canvas background color:_x_color' \ '-cfg:canvas foreground color:_x_color' \ - '-depth:visual depth:_x_visdepth' \ + '-depth:visual depth:' \ '-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)' \ '-iconGeometry:icon geometry:_x_geometry' \ '-internalBW:internal border width:' \ diff --git a/Completion/X/Command/_xloadimage b/Completion/X/Command/_xloadimage index 8a3712673..132ecbeca 100644 --- a/Completion/X/Command/_xloadimage +++ b/Completion/X/Command/_xloadimage @@ -16,7 +16,7 @@ if rc=( ${(f)"$($words[1] -path)"} ); then '*-iscale[scale image]:scale factor' '*-c'{,olor}'dither[dither image]' '*-expand[expand image to 24-bit]' - '*-xpm[specify xpm color map]:color context key:(m g4 g c)' + '*-xpm[specify xpm color map]:color context key:((m\:mono g4\:4\ level\ gray g\:gray c\:color))' ) else # xloadimage @@ -40,7 +40,7 @@ extension=( ${=rc[2]#*:} ) _x_arguments "$args[@]" \ '-default[set root background to default]' \ '-fit[use default visual and colormap]' \ - '-fullscreen[use whole screen, suurounding image with border]' \ + '-fullscreen[use whole screen, surrounding image with border]' \ "-goto[specify image to display at end]:image name:_files -W ipath -g '*(#i)(${(j:|:)extension})(|${(j:|:)filters})'" \ '(*)-help[display information on options]' \ '-identity[identify supplied images instead of displaying]' \ diff --git a/Completion/X/Command/_xterm b/Completion/X/Command/_xterm index ef2de3007..a246ab48e 100644 --- a/Completion/X/Command/_xterm +++ b/Completion/X/Command/_xterm @@ -16,7 +16,7 @@ _xt_arguments \ '-ms:pointer cursor color:_x_color' \ '-nb:margin bell number:' \ '-sl:save lines:' \ - '-ti:terminal ID:(vt52 vt100 vt101 vt102 vt220)' \ + '-ti:terminal ID:_terminals' \ '-tm:terminal setting:' \ '-tn:terminal type:' \ '-ziconbeep:iconbeep (percent):' \ |