On Fri, May 21, 2010 at 02:02:43PM +0200, andrzej zaborowski wrote:
> I pushed a modified patch to preserve attributes such as background
> colour.
Good idea.
> Please check if this works for you.
Yes, this works.
Thanks,
Bernhard Kauer
Hi,
I pushed a modified patch to preserve attributes such as background
colour. Please check if this works for you.
Cheers
On Mon, May 03, 2010 at 01:06:46PM -0500, Anthony Liguori wrote:
> On 04/22/2010 09:08 AM, Bernhard Kauer wrote:
> >Hi,
> >
> >>I believe this issue has come up before with a similar patch but
> >well i've submitted such a patch more than two years ago. Unfortunatelly
> >it got never applied, so t
On 04/22/2010 09:08 AM, Bernhard Kauer wrote:
Hi,
I believe this issue has come up before with a similar patch but
well i've submitted such a patch more than two years ago. Unfortunatelly
it got never applied, so that I have to patch my Qemu on every update...
someone checked
Hi,
> I believe this issue has come up before with a similar patch but
well i've submitted such a patch more than two years ago. Unfortunatelly
it got never applied, so that I have to patch my Qemu on every update...
> someone checked their ncurses and they didn't see the same issue.
> I just
Hi,
On 20 April 2010 11:38, Bernhard Kauer wrote:
> If a terminal is resized or the VGA model issues a full refresh,
> curses_update()
> is called, which uses mvwaddchnstr() to draw a full line of characters.
> Unfortunatelly
> this routine expects a null-terminated string and early aborts if
If a terminal is resized or the VGA model issues a full refresh, curses_update()
is called, which uses mvwaddchnstr() to draw a full line of characters.
Unfortunatelly
this routine expects a null-terminated string and early aborts if a null is
present
in the line.
When booting an OS that zeros