mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-01 21:51:40 +02:00
42230: update screen completion to 4.06.01
This commit is contained in:
parent
ef1f9e1978
commit
0c5f851021
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
||||||
2018-01-05 Oliver Kiddle <okiddle@yahoo.co.uk>
|
2018-01-05 Oliver Kiddle <okiddle@yahoo.co.uk>
|
||||||
|
|
||||||
|
* 42230: Completion/Unix/Command/_screen: update to 4.06.01
|
||||||
|
|
||||||
* 42229: Completion/Unix/Command/_awk, Completion/Unix/Command/_df,
|
* 42229: Completion/Unix/Command/_awk, Completion/Unix/Command/_df,
|
||||||
Completion/Unix/Command/_ls, Completion/Unix/Command/_od,
|
Completion/Unix/Command/_ls, Completion/Unix/Command/_od,
|
||||||
Completion/Unix/Command/_tail, Completion/Unix/Command/_timeout:
|
Completion/Unix/Command/_tail, Completion/Unix/Command/_timeout:
|
||||||
|
|
|
@ -56,6 +56,8 @@ scr_cmds=(
|
||||||
)
|
)
|
||||||
|
|
||||||
_arguments -C \
|
_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[force all capabilities into each window's termcap]" \
|
||||||
'-A[adapt all windows to the new display width & height]' \
|
'-A[adapt all windows to the new display width & height]' \
|
||||||
"-c[read configuration file instead of '.screenrc']:config file:_files" \
|
"-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]' \
|
'-O[choose optimal output rather than exact vt100 emulation]' \
|
||||||
'-p[preselect the named window]:window number or name:((\=\:windowlist -\:blank\ window \:window\ number))' \
|
'-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[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' \
|
'-r[reattach to a detached screen process]: :->detached-sessions' \
|
||||||
'-Dr: :->any-sessions' \
|
'-Dr: :->any-sessions' \
|
||||||
'-dr: :->any-sessions' \
|
'-dr: :->any-sessions' \
|
||||||
|
|
Loading…
Reference in a new issue