Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: _vnc (more commands)
- X-seq: zsh-workers 21351
- From: Clint Adams <clint@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: PATCH: _vnc (more commands)
- Date: Thu, 16 Jun 2005 19:01:02 -0400
- Mail-followup-to: zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Probably other options should be added, but at present I'm mostly
just interested in vnc display completion for xtightvncviewer and
xvnc4viewer.
Index: Completion/X/Command/_vnc
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/X/Command/_vnc,v
retrieving revision 1.5
diff -u -r1.5 _vnc
--- Completion/X/Command/_vnc 25 Feb 2002 09:09:36 -0000 1.5
+++ Completion/X/Command/_vnc 16 Jun 2005 22:32:16 -0000
@@ -1,4 +1,4 @@
-#compdef vncserver vncviewer xvncviewer
+#compdef vncserver vncviewer xvncviewer xtightvncviewer xvnc4viewer
local displays args
displays=( ~/.vnc/$HOST:<->.pid(N:r:t:s/$HOST//) )
Messages sorted by:
Reverse Date,
Date,
Thread,
Author