1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-19 13:33:52 +01:00

21384: small fixes to urxvt completion.

This commit is contained in:
Clint Adams 2005-06-26 15:27:06 +00:00
parent f8173f5bab
commit ee46f1391f
2 changed files with 30 additions and 34 deletions

@ -1,5 +1,8 @@
2005-06-26 Clint Adams <clint@zsh.org> 2005-06-26 Clint Adams <clint@zsh.org>
* 21384: Completion/X/Command/_urxvt: small fixes
to urxvt completion.
* 21383: nuno alexandre: Completion/X/Command/_urxvt: * 21383: nuno alexandre: Completion/X/Command/_urxvt:
completion for rxvt-unicode. completion for rxvt-unicode.

@ -1,37 +1,30 @@
#compdef urxvt #compdef urxvt
_xt_arguments \ _xt_arguments \
-+{rv,ls,j,ptab,sb,sr,st,si,sk,sw,ip,ipf,ut,vb,tcw,insecure,uc,bc,pb,b,scc,ssr} \ -+{ls,j,ptab,sb,sr,st,si,sk,sw,ip,ipf,ut,vb,tcw,insecure,uc,bc,pb,b,scc,ssr} \
-{help} \ -help \
'-tn: string:' \ '-tn:string:' \
'-geometry: geometry:' \ '-C:intercept console messages:' \
'-C: intercept console messages:' \ '-sbt:scrollbar thickness:' \
'-iconic: start iconic:' \ '-tint:tint color:_x_color' \
'-sbt: scrollbar thickness:' \ '-fade:fade percent:' \
'-tint: tint color:' \ '-sh:shade percent:' \
'-fade: fade percent:' \ '-cr:cursor color:_x_color' \
'-sh: shade percent:' \ '-pr:pointer color:_x_color' \
'-bg: background color:' \ '-pr2:pointer bg color:_x_color'\
'-cr: cursor color:' \ '-pixmap:pixmap:' \
'-pr: pointer color:' \ '-fb:bold font:' \
'-pr2: pointer bg color:'\ '-fi:italic font:' \
'-bd: border color:' \ '-fbi:bold italic font:' \
'-pixmap: pixmap:' \ '-im:name of input method:' \
'-fn: normal text font:' \ '-pt:input style style = OverTheSpot|OffTheSpot|Root:'\
'-fb: bold font:' \ '-imlocale:locale to use for input method:' \
'-fi: italic font:' \ '-imfont:fontset for styles OverTheSpot and OffTheSpot:' \
'-fbi: bold italic font:' \ '-n:con name for window:' \
'-im: name of input method:' \ '-sl:number of scrolled lines to save:' \
'-pt: input style style = OverTheSpot|OffTheSpot|Root:'\ '-embed:window id to embed terminal in:' \
'-imlocale: locale to use for input method:' \ '-pty-fd:file descriptor of pty to use:' \
'-imfont: fontset for styles OverTheSpot and OffTheSpot:' \
'-name: client instance, icon, and title strings:' \
'-title: title name for window:' \
'-n: con name for window:' \
'-sl: number of scrolled lines to save:' \
'-embed: window id to embed terminal in:' \
'-pty-fd: file descriptor of pty to use:' \
'-w:external border in pixels:' \ '-w:external border in pixels:' \
'-b: internal border in pixels:' \ '-b:internal border in pixels:' \
'-lsp: number of extra pixels between rows:' \ '-lsp:number of extra pixels between rows:' \
'-mod: meta modifier = alt|meta|hyper|super|mod1|...|mod5:' \ '-mod:meta modifier = alt|meta|hyper|super|mod1|...|mod5:' \
'-e: command to execute: _command_names -e:*::program arguments: _normal' '-e:command to execute: _command_names -e:*::program arguments: _normal'