diff options
| author | Clint Adams <clint@users.sourceforge.net> | 2008-06-24 23:00:26 +0000 |
|---|---|---|
| committer | Clint Adams <clint@users.sourceforge.net> | 2008-06-24 23:00:26 +0000 |
| commit | d09e51d6090df6e7c052d48543dcbd32af1a986f (patch) | |
| tree | a76df404f9c652906fc1f24fa734cd58501249b8 /Completion/X | |
| parent | 25244: add subword-range style (diff) | |
| download | zsh-d09e51d6090df6e7c052d48543dcbd32af1a986f.tar zsh-d09e51d6090df6e7c052d48543dcbd32af1a986f.tar.gz zsh-d09e51d6090df6e7c052d48543dcbd32af1a986f.tar.bz2 zsh-d09e51d6090df6e7c052d48543dcbd32af1a986f.tar.lz zsh-d09e51d6090df6e7c052d48543dcbd32af1a986f.tar.xz zsh-d09e51d6090df6e7c052d48543dcbd32af1a986f.tar.zst zsh-d09e51d6090df6e7c052d48543dcbd32af1a986f.zip | |
25243: patch from Chris Lamb to add --same-as for xrandr
Diffstat (limited to 'Completion/X')
| -rw-r--r-- | Completion/X/Command/_xrandr | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/X/Command/_xrandr b/Completion/X/Command/_xrandr index 020728a6d..56d770e4d 100644 --- a/Completion/X/Command/_xrandr +++ b/Completion/X/Command/_xrandr @@ -28,5 +28,6 @@ _arguments \ '--right-of:output' \ '--above:output' \ '--below:output' \ + '--same-as:output' \ '--off[disable the output]' \ '--crtc:crtc to use:' |
