zsh-workers
 help / color / mirror / code / Atom feed
* _urxvt ( rxvt-unicode )
@ 2005-06-26 12:22 nuno alexandre
  2005-06-26 15:23 ` Clint Adams
  0 siblings, 1 reply; 2+ messages in thread
From: nuno alexandre @ 2005-06-26 12:22 UTC (permalink / raw)
  To: zsh-workers

[-- Attachment #1: Type: text/plain, Size: 242 bytes --]

Hi everyone,
I made this rxvt-unicode auto complete yesterday.

ps: im not subscribed, please CC me.

Thanks.

			nuno
-- 
"Non-free programs are dangerous to you and to your community.
        Don't let them get a place in your life." - RMS

[-- Attachment #2: _urxvt --]
[-- Type: text/plain, Size: 1338 bytes --]

#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'

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: _urxvt ( rxvt-unicode )
  2005-06-26 12:22 _urxvt ( rxvt-unicode ) nuno alexandre
@ 2005-06-26 15:23 ` Clint Adams
  0 siblings, 0 replies; 2+ messages in thread
From: Clint Adams @ 2005-06-26 15:23 UTC (permalink / raw)
  To: nuno alexandre; +Cc: zsh-workers

> Hi everyone,
> I made this rxvt-unicode auto complete yesterday.
> 
> ps: im not subscribed, please CC me.

Some tweaks.

Index: Completion/X/Command/_urxvt
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/X/Command/_urxvt,v
retrieving revision 1.1
diff -u -r1.1 _urxvt
--- Completion/X/Command/_urxvt	26 Jun 2005 15:13:34 -0000	1.1
+++ Completion/X/Command/_urxvt	26 Jun 2005 15:22:17 -0000
@@ -1,37 +1,30 @@
 #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:' \
+  -+{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'
+  '-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'


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-06-26 15:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-26 12:22 _urxvt ( rxvt-unicode ) nuno alexandre
2005-06-26 15:23 ` Clint Adams

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).