mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 13:33:52 +01:00
21683: more fixes to urxvt completion
This commit is contained in:
parent
ab96b700f2
commit
bea2cb3b06
@ -1,3 +1,8 @@
|
|||||||
|
2005-08-25 Clint Adams <clint@zsh.org>
|
||||||
|
|
||||||
|
* 21683: Completion/X/Command/_urxvt: more fixes
|
||||||
|
to urxvt completion.
|
||||||
|
|
||||||
2005-08-23 Clint Adams <clint@zsh.org>
|
2005-08-23 Clint Adams <clint@zsh.org>
|
||||||
|
|
||||||
* 21682: Completion/Unix/Command/_subversion: handle usage output
|
* 21682: Completion/Unix/Command/_subversion: handle usage output
|
||||||
|
@ -1,30 +1,39 @@
|
|||||||
#compdef urxvt
|
#compdef urxvt
|
||||||
_xt_arguments \
|
|
||||||
-+{ls,j,ptab,sb,sr,st,si,sk,sw,ip,ipf,ut,vb,tcw,insecure,uc,bc,pb,b,scc,ssr} \
|
_x_arguments \
|
||||||
-help \
|
-+{rv,ls,j,ptab,sb,sr,st,si,sk,sw,ip,ipf,ut,vb,tcw,insecure,uc,bc,pb,bl,ssc,ssr} \
|
||||||
'-tn:string:' \
|
'-tn:terminal type:' \
|
||||||
'-C:intercept console messages:' \
|
'-C[intercept console messages]' \
|
||||||
'-sbt:scrollbar thickness:' \
|
'-iconic[start iconic]' \
|
||||||
'-tint:tint color:_x_color' \
|
'-sbt[scroll bar thickness]:pixels:' \
|
||||||
'-fade:fade percent:' \
|
'-tint[tint color]:color:_x_color' \
|
||||||
'-sh:shade percent:' \
|
'-fade[make colors darker when losing focus]:percentage:' \
|
||||||
|
'-sh[shade background when tinting]:percentage:' \
|
||||||
|
'-bg:background color:_x_color' \
|
||||||
|
'-fg:foreground color:_x_color' \
|
||||||
'-cr:cursor color:_x_color' \
|
'-cr:cursor color:_x_color' \
|
||||||
'-pr:pointer color:_x_color' \
|
'-pr:pointer color:_x_color' \
|
||||||
'-pr2:pointer bg color:_x_color'\
|
'-pr2:pointer background color:_x_color' \
|
||||||
'-pixmap:pixmap:' \
|
'-bd:border color:_x_color' \
|
||||||
'-fb:bold font:' \
|
'-pixmap:pixmap:_files' \
|
||||||
'-fi:italic font:' \
|
'-fn:normal font:_x_font' \
|
||||||
'-fbi:bold italic font:' \
|
'-fb:bold font:_x_font' \
|
||||||
'-im:name of input method:' \
|
'-fi:italic font:_x_font' \
|
||||||
'-pt:input style style = OverTheSpot|OffTheSpot|Root:'\
|
'-fbi:bold italic font:_x_font' \
|
||||||
'-imlocale:locale to use for input method:' \
|
'-im:input method:(SCIM)' \
|
||||||
'-imfont:fontset for styles OverTheSpot and OffTheSpot:' \
|
'-pt:input style:(OverTheSpot OffTheSpot Root)' \
|
||||||
'-n:con name for window:' \
|
'-imlocale:locale input method:_locales' \
|
||||||
'-sl:number of scrolled lines to save:' \
|
'-imfont:fontset for styles OverTheSpot and OffTheSpot:_x_font' \
|
||||||
'-embed:window id to embed terminal in:' \
|
'-name:client instance, icon, and title strings:' \
|
||||||
|
'-title:title name for window:' \
|
||||||
|
'-n:icon name for window:' \
|
||||||
|
'-sl:save lines:' \
|
||||||
|
'-embed:window id to embed terminal in:_x_window' \
|
||||||
'-pty-fd:file descriptor of pty to use:' \
|
'-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:_x_modifier' \
|
||||||
'-e:command to execute: _command_names -e:*::program arguments: _normal'
|
'-e:program: _command_names -e:*::program arguments: _normal' \
|
||||||
|
'-help[print help]' \
|
||||||
|
'--help[list long options]'
|
||||||
|
Loading…
Reference in New Issue
Block a user