mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 10:01:11 +02:00
25243: patch from Chris Lamb to add --same-as for xrandr
This commit is contained in:
parent
46c8127e93
commit
d09e51d609
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-06-24 Clint Adams <clint@zsh.org>
|
||||
|
||||
* 25243: Completion/X/Command/_xrandr: patch from Chris Lamb to add
|
||||
--same-as for xrandr.
|
||||
|
||||
2008-06-24 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* 25244: Doc/Zsh/contrib.yo, Functions/Zle/match-words-by-style,
|
||||
|
|
|
@ -28,5 +28,6 @@ _arguments \
|
|||
'--right-of:output' \
|
||||
'--above:output' \
|
||||
'--below:output' \
|
||||
'--same-as:output' \
|
||||
'--off[disable the output]' \
|
||||
'--crtc:crtc to use:'
|
||||
|
|
Loading…
Reference in a new issue