* term/i386/pc/vga_text.c (grub_console_cls): Use
grub_console_gotoxy() to go back to beginning of the screen.
Found by Patrick Georgi <patrick.georgi@coresystems.de>
+2008-07-30 Robert Millan <rmh@aybabtu.com>
+
+ * term/i386/pc/vga_text.c (grub_console_cls): Use
+ grub_console_gotoxy() to go back to beginning of the screen.
+ Found by Patrick Georgi <patrick.georgi@coresystems.de>
+
2008-07-29 Christian Franke <franke@computer.org>
* util/update-grub_lib.in (make_system_path_relative_to_its_root):
int i;
for (i = 0; i < ROWS * COLS; i++)
((short *) VGA_TEXT_SCREEN)[i] = ' ' | (grub_console_cur_color << 8);
+ grub_console_gotoxy (0, 0);
}
void