diff options
author | Oliver Kiddle <opk@zsh.org> | 2018-01-05 17:27:28 +0100 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2018-01-05 17:27:28 +0100 |
commit | 0c5f851021b3aacea96d9ca446282b8dab9f260d (patch) | |
tree | 39dc374791d4bd43635642d0fa41c82c6aa976aa /Completion/Unix/Command | |
parent | ef1f9e1978b84d20c76936a95014ae4c51b72017 (diff) | |
download | zsh-0c5f851021b3aacea96d9ca446282b8dab9f260d.tar.gz zsh-0c5f851021b3aacea96d9ca446282b8dab9f260d.tar.xz zsh-0c5f851021b3aacea96d9ca446282b8dab9f260d.zip |
42230: update screen completion to 4.06.01
Diffstat (limited to 'Completion/Unix/Command')
-rw-r--r-- | Completion/Unix/Command/_screen | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_screen b/Completion/Unix/Command/_screen index 862da7544..6d47d2638 100644 --- a/Completion/Unix/Command/_screen +++ b/Completion/Unix/Command/_screen @@ -56,6 +56,8 @@ scr_cmds=( ) _arguments -C \ + '(-6)-4[resolve hostnames only to IPv4 addresses]' \ + '(-4)-4[resolve hostnames only to IPv6 addresses]' \ "-a[force all capabilities into each window's termcap]" \ '-A[adapt all windows to the new display width & height]' \ "-c[read configuration file instead of '.screenrc']:config file:_files" \ @@ -75,7 +77,7 @@ _arguments -C \ '-O[choose optimal output rather than exact vt100 emulation]' \ '-p[preselect the named window]:window number or name:((\=\:windowlist -\:blank\ window \:window\ number))' \ '-q[quiet startup, exit with non-zero return code if unsuccessful]' \ - '-Q[send response to stdout of command qwery process]:screen command:(echo info lastmsg number select time title windows)' \ + '-Q[send response to stdout of command query process]:screen command:(echo info lastmsg number select time title windows)' \ '-r[reattach to a detached screen process]: :->detached-sessions' \ '-Dr: :->any-sessions' \ '-dr: :->any-sessions' \ |