2009-03-12 Colin D Bennett <colin@gibibit.com>

* term/gfxterm.c (draw_cursor): Ensure character is redrawn.
	(grub_gfxterm_putchar): Extract pairs of identical calls to
	draw_cursor out of conditional blocks.
This commit is contained in:
cbennett 2009-03-12 18:30:44 +00:00
parent 5415144ac8
commit c58bc32a67
2 changed files with 38 additions and 42 deletions

View file

@ -1,3 +1,9 @@
2009-03-12 Colin D Bennett <colin@gibibit.com>
* term/gfxterm.c (draw_cursor): Ensure character is redrawn.
(grub_gfxterm_putchar): Extract pairs of identical calls to
draw_cursor out of conditional blocks.
2009-03-11 Pavel Roskin <proski@gnu.org>
* fs/hfs.c (grub_hfs_strncasecmp): New function.