Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug#487626: xrandr tab-completion omits "--same-as" switch
- X-seq: zsh-workers 25243
- From: Clint Adams <schizo@xxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Bug#487626: xrandr tab-completion omits "--same-as" switch
- Date: Tue, 24 Jun 2008 15:24:05 +0000
- Cc: Chris Lamb <chris@xxxxxxxxxxxxxxxx>, 487626@xxxxxxxxxxxxxxx
- In-reply-to: <20080623083711.37c3a6f0@xxxxxxxxxxxxxxxxxxxxxxx>
- Mail-followup-to: zsh-workers@xxxxxxxxxx, Chris Lamb <chris@xxxxxxxxxxxxxxxx>, 487626@xxxxxxxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20080623083711.37c3a6f0@xxxxxxxxxxxxxxxxxxxxxxx>
On Mon, Jun 23, 2008 at 08:37:11AM +0100, Chris Lamb wrote:
> The xrandr tab-completion omits the "--same-as" switch. Patch attached.
Thanks.
Index: Completion/X/Command/_xrandr
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/X/Command/_xrandr,v
retrieving revision 1.1
diff -u -r1.1 _xrandr
--- Completion/X/Command/_xrandr 23 Jun 2007 21:32:23 -0000 1.1
+++ Completion/X/Command/_xrandr 24 Jun 2008 15:22:20 -0000
@@ -28,5 +28,6 @@
'--right-of:output' \
'--above:output' \
'--below:output' \
+ '--same-as:output' \
'--off[disable the output]' \
'--crtc:crtc to use:'
Messages sorted by:
Reverse Date,
Date,
Thread,
Author