diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2010-10-22 16:31:13 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-10-22 16:31:13 +0000 |
commit | 91564ce04c65576540a76612f6b292c9d574049f (patch) | |
tree | 3a9a5351a56c404776b5316c4374c29bb09297b9 /Completion/Unix/Command | |
parent | 27a317b1687e8ae0983833de0755325b1026bc6d (diff) | |
download | zsh-91564ce04c65576540a76612f6b292c9d574049f.tar.gz zsh-91564ce04c65576540a76612f6b292c9d574049f.tar.xz zsh-91564ce04c65576540a76612f6b292c9d574049f.zip |
not quite posted: screen: complete sessions after -S
Diffstat (limited to 'Completion/Unix/Command')
-rw-r--r-- | Completion/Unix/Command/_screen | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_screen b/Completion/Unix/Command/_screen index 67c453a03..4d3b08934 100644 --- a/Completion/Unix/Command/_screen +++ b/Completion/Unix/Command/_screen @@ -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]' \ |