| Subject: | [Qemu-devel] [PATCH] fix ncurses output |
|---|---|
| From: | Bernhard Kauer |
| Date: | Mon, 25 Feb 2008 18:48:06 +0100 |
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 line-buffer.
Please note that this change affects other consoles as well and is
perhaps undesirable. Comments?
Bernhard Kauer
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [Qemu-devel] [PATCH] ide.c make write cacheing controllable by guest, Ian Jackson |
|---|---|
| Next by Date: | [Qemu-devel] qemu/tcg tcg-op.h, Blue Swirl |
| Previous by Thread: | [Qemu-devel] [PATCH] ide.c make write cacheing controllable by guest, Ian Jackson |
| Next by Thread: | [Qemu-devel] qemu/target-cris translate.c crisv32-decode.h, Edgar E. Iglesias |
| Indexes: | [Date] [Thread] [Top] [All Lists] |