1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-03 10:21:46 +02:00

not quite posted: screen: complete sessions after -S

This commit is contained in:
Peter Stephenson 2010-10-22 16:31:13 +00:00
parent 27a317b168
commit 91564ce04c
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2010-10-22 Peter Stephenson <pws@csr.com>
* not quite posted: Completion/Unix/Command/_screen: better to
allow sessions to be completed after -S.
2010-10-21 Peter Stephenson <p.w.stephenson@ntlworld.com>
* Silas Silva (with minor improvement): users/15464:
@ -13773,5 +13778,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
* $Revision: 1.5111 $
* $Revision: 1.5112 $
*****************************************************

View file

@ -81,7 +81,7 @@ _arguments -C \
'-DR: :->any-sessions' \
'-dR: :->any-sessions' \
'-s[shell to execute rather than $SHELL]:shell name: _command_names -e' \
'-S[name this session <pid>.sockname instead of <pid>.<tty>.<host>]:session name' \
'-S[name this session <pid>.sockname instead of <pid>.<tty>.<host>]:session name:->any-sessions' \
"-t[set title (window's name)]:title" \
'-T[use term as $TERM for windows, rather than "screen"]:terminal type:_terminals' \
'-U[tell screen to use UTF-8 encoding]' \