[libvirt] [PATCH v3] virsh: Honor reedit opts printing to a function

Peter Krempa pkrempa at redhat.com
Thu Jun 14 09:22:18 UTC 2012


On 06/14/12 11:07, Michal Privoznik wrote:
> When printing reedit options we make stdin raw. However,
> this results in stdout being raw as well. Therefore we need
> to return carriage when doing new line. Unfortunately,
> '\r' cannot be part of internationalized messages hence
> we must move them to formatting string which then in turn
> become huge and disarranged. To solve this, a new function
> is introduced which takes variable string arguments and
> prepend each with "\r\n" just before printing.

s/prepend/appends/, s/just before/after/

> ---

ACK as you precisely followed Eric's suggestions.

Peter




More information about the libvir-list mailing list