Re: [Qemu-devel] [PATCH] fix ncurses output

2008-03-11 Thread Aurelien Jarno
On Mon, Feb 25, 2008 at 06:48:06PM +0100, Bernhard Kauer wrote: > The ncurses console uses mvwaddchnstr() to print a line of output > to a ncurses pad. Unfortunately this routine stops to print further > chars if a zero-char is seen in the line. This has the effect that > parts of a line are never

[Qemu-devel] [PATCH] fix ncurses output

2008-02-25 Thread Bernhard Kauer
The ncurses console uses mvwaddchnstr() to print a line of output to a ncurses pad. Unfortunately this routine stops to print further chars if a zero-char is seen in the line. This has the effect that parts of a line are never redraw. The following patch puts spaces instead of the zeros into the l