Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: update screen completion
- X-seq: zsh-workers 42230
- From: Oliver Kiddle <okiddle@xxxxxxxxxxx>
- To: Zsh workers <zsh-workers@xxxxxxx>
- Subject: PATCH: update screen completion
- Date: Fri, 05 Jan 2018 17:10:26 +0100
- Authentication-results: amavisd4.gkg.net (amavisd-new); dkim=pass (2048-bit key) header.d=yahoo.co.uk
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.co.uk; s=s2048; t=1515169229; bh=bCwTs9UgxdyRsX1jwxn5K7jcLeNTsgz2DojlB7uUsOk=; h=From:To:Subject:Date:From:Subject; b=fWierd3LAQ/LDH5zieQix+mNWRC9scJKIS8hRi71fCYxC9cNycqc3bJ8MxklBkggiSuGWn1WRC2sK+HB4Q35U7sgVchuuOa5MV+ITiLRmlJqCSW9iPcEjEDQXtJ4mhGW0TlWjRrJNi3uDDj4t4yoplquFqSbTBWr+4WEm/qAawzlsgwrGCAkMNAnCGQdpL5YJ+PeQ2qBrzIjEpp8o0goIMnMAiph3k2eHkK1K4QpYsIw5LnNGHkU4NzBoHCnzefFx86vse7iqtBeTTUfyo1l9IihFwYazNDKwaC/KFPy/mT5HRauqRlrOzN0gucP7a31J2qhmpjErutLPgaeCI11zg==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
GNU screen has new -4 and -6 options and there was one description
spelling mistake. This is up-to-date through version 4.06.01
Oliver
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' \
Messages sorted by:
Reverse Date,
Date,
Thread,
Author