Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug in the completion for qemu in zsh
- X-seq: zsh-workers 32593
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: Bug in the completion for qemu in zsh
- Date: Mon, 28 Apr 2014 07:33:18 -0700
- In-reply-to: <1398683489.899.4.camel@Antergosi>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <1398683489.899.4.camel@Antergosi>
On Apr 28, 1:11pm, Bruno Jimenez wrote:
}
} The new option is:
} '-vga [std|cirrus|vmware|qxl|xenfb|none] select video card type'
I think that's this?
diff --git a/Completion/Unix/Command/_qemu b/Completion/Unix/Command/_qemu
index 8ba7140..db07eba 100644
--- a/Completion/Unix/Command/_qemu
+++ b/Completion/Unix/Command/_qemu
@@ -47,7 +47,7 @@ _arguments \
'-S[do not start CPU at startup]' \
'-d[output log in /tmp/qemu.log]:log items:_qemu_log_items' \
'-hdachs[force hard disk 0 geometry (usually qemu can guess it)]:hd0 geometry c,h,s:' \
- '-std-vga[simulate standard VGA]' \
+ '-vga[select video card type]:card type:(std cirrus vmware qxl xenfb none)' \
'-no-acpi[disable ACPI]' \
'-loadvm[start right away with a saved state]:file:_files' \
'-g[set initial graphic mode]:graphic mode:' \
Messages sorted by:
Reverse Date,
Date,
Thread,
Author