Re: [Qemu-devel] [PATCH] vga: Implement blinking of text cursor

2012-07-03 Thread Blue Swirl
On Mon, Jul 2, 2012 at 8:20 AM, Jan Kiszka wrote: > Let the text cursor blink at 5 Hz. No timer is used, instead we rely on > the fact that the display is updated periodically. > > Signed-off-by: Jan Kiszka > --- > hw/vga.c | 14 +- > hw/vga_int.h |2 ++ > 2 files changed,

[Qemu-devel] [PATCH] vga: Implement blinking of text cursor

2012-07-02 Thread Jan Kiszka
Let the text cursor blink at 5 Hz. No timer is used, instead we rely on the fact that the display is updated periodically. Signed-off-by: Jan Kiszka --- hw/vga.c | 14 +- hw/vga_int.h |2 ++ 2 files changed, 15 insertions(+), 1 deletions(-) diff --git a/hw/vga.c b/hw/vga.c