mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 13:33:52 +01:00
* 21135: complete attached sessions after screen -x.
This commit is contained in:
parent
bfdccce23e
commit
b65e0419fe
@ -1,3 +1,8 @@
|
||||
2005-04-11 Clint Adams <clint@zsh.org>
|
||||
|
||||
* 21135: Completion/Unix/Command/_screen: complete attached
|
||||
sessions after screen -x.
|
||||
|
||||
2005-04-12 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* 21134: Test/A04redirect.ztst: error for bad file descriptor
|
||||
|
@ -83,7 +83,7 @@ _arguments -C \
|
||||
'-U[tell screen to use UTF-8 encoding]' \
|
||||
'(-)-v[print screen version]' \
|
||||
'(-)-wipe[do nothing, clean up SockDir]' \
|
||||
'-x[attach to a not detached screen (multi display mode)]' \
|
||||
'-x[attach to a not detached screen (multi display mode)]: :->attached-sessions' \
|
||||
'-X[execute command as a screen command in the specified session]:screencmd:(${scr_cmds[@]})' \
|
||||
'*::arguments: _normal'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user