Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: _screen completion
- X-seq: zsh-workers 19201
- From: Clint Adams <clint@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: PATCH: _screen completion
- Date: Sat, 25 Oct 2003 10:10:11 -0400
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
This patch is from Yasuhiro Hayase.
> screen executes command in new window if screen takes argument.
>
> for example,
> # screen ssh example@xxxxxxxxxxx
>
> But, zsh's completion function cannnot recognize this behavior.
> Please apply following patch.
Index: Completion/Unix/Command/_screen
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_screen,v
retrieving revision 1.3
diff -u -r1.3 _screen
--- Completion/Unix/Command/_screen 16 Jul 2003 01:44:17 -0000 1.3
+++ Completion/Unix/Command/_screen 25 Oct 2003 14:04:41 -0000
@@ -69,7 +69,8 @@
'(-)-v[print screen version]' \
'(-)-wipe[do nothing, clean up SockDir]' \
'-x[attach to a not detached screen. (Multi display mode).]' \
- '-X[execute <cmd> as a screen command in the specified session.]:screencmd:(${scr_cmds[@]})'
+ '-X[execute <cmd> as a screen command in the specified session.]:screencmd:(${scr_cmds[@]})' \
+ '*::arguments: _normal'
case $state in
sessionname)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author