zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: _screen completion
@ 2003-10-25 14:10 Clint Adams
  0 siblings, 0 replies; only message in thread
From: Clint Adams @ 2003-10-25 14:10 UTC (permalink / raw)
  To: zsh-workers

This patch is from Yasuhiro Hayase.

> screen executes command in new window if screen takes argument.
> 
> for example,
> # screen ssh example@example.com
> 
> 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)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-10-25 14:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-25 14:10 PATCH: _screen completion 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).