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

21383: completion for rxvt-unicode.

This commit is contained in:
Clint Adams 2005-06-26 15:13:26 +00:00
parent 257179f91f
commit f8173f5bab
2 changed files with 42 additions and 0 deletions

@ -1,3 +1,8 @@
2005-06-26 Clint Adams <clint@zsh.org>
* 21383: nuno alexandre: Completion/X/Command/_urxvt:
completion for rxvt-unicode.
2005-06-24 Clint Adams <clint@zsh.org>
* 21382: Completion/Unix/Command/_kvno: completion for MIT

@ -0,0 +1,37 @@
#compdef urxvt
_xt_arguments \
-+{rv,ls,j,ptab,sb,sr,st,si,sk,sw,ip,ipf,ut,vb,tcw,insecure,uc,bc,pb,b,scc,ssr} \
-{help} \
'-tn: string:' \
'-geometry: geometry:' \
'-C: intercept console messages:' \
'-iconic: start iconic:' \
'-sbt: scrollbar thickness:' \
'-tint: tint color:' \
'-fade: fade percent:' \
'-sh: shade percent:' \
'-bg: background color:' \
'-cr: cursor color:' \
'-pr: pointer color:' \
'-pr2: pointer bg color:'\
'-bd: border color:' \
'-pixmap: pixmap:' \
'-fn: normal text font:' \
'-fb: bold font:' \
'-fi: italic font:' \
'-fbi: bold italic font:' \
'-im: name of input method:' \
'-pt: input style style = OverTheSpot|OffTheSpot|Root:'\
'-imlocale: locale to use for input method:' \
'-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:' \
'-b: internal border in pixels:' \
'-lsp: number of extra pixels between rows:' \
'-mod: meta modifier = alt|meta|hyper|super|mod1|...|mod5:' \
'-e: command to execute: _command_names -e:*::program arguments: _normal'