1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
#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} \
-help \
'-tn:string:' \
'-C:intercept console messages:' \
'-sbt:scrollbar thickness:' \
'-tint:tint color:_x_color' \
'-fade:fade percent:' \
'-sh:shade percent:' \
'-cr:cursor color:_x_color' \
'-pr:pointer color:_x_color' \
'-pr2:pointer bg color:_x_color'\
'-pixmap:pixmap:' \
'-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:' \
'-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'
|