]> git.proxmox.com Git - mirror_qemu.git/commit - hw/vga.c
vga: Implement blinking of text cursor
authorJan Kiszka <jan.kiszka@siemens.com>
Wed, 4 Jul 2012 17:49:54 +0000 (19:49 +0200)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 14 Jul 2012 10:50:52 +0000 (10:50 +0000)
commit9aa0ff0bf9588f86846d1045662f5d75b91552cb
tree8362358d0138a52be8b930600a05940ac75bfc67
parentbf1bed81c9c8e0c2f3b5f16de4757ee2b5fd610a
vga: Implement blinking of text cursor

Let the text cursor blink at 1.875 Hz, the original VGA cursor
frequency. No timer is used, instead we rely on the fact that the
display is updated periodically.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
hw/vga.c
hw/vga_int.h