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

2012-06-13 Thread Michal Privoznik
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

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

2012-06-13 Thread Eric Blake
On 06/13/2012 03:54 AM, 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