commit-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[1750] 2008-07-30 Robert Millan <address@hidden>


From: Robert Millan
Subject: [1750] 2008-07-30 Robert Millan <address@hidden>
Date: Tue, 29 Jul 2008 23:29:04 +0000

Revision: 1750
          http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=1750
Author:   robertmh
Date:     2008-07-29 23:29:03 +0000 (Tue, 29 Jul 2008)

Log Message:
-----------
2008-07-30  Robert Millan  <address@hidden>

        * 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 <address@hidden>

Modified Paths:
--------------
    trunk/grub2/ChangeLog
    trunk/grub2/term/i386/pc/vga_text.c

Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog       2008-07-29 16:47:31 UTC (rev 1749)
+++ trunk/grub2/ChangeLog       2008-07-29 23:29:03 UTC (rev 1750)
@@ -1,3 +1,9 @@
+2008-07-30  Robert Millan  <address@hidden>
+
+       * 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 <address@hidden>
+
 2008-07-29  Christian Franke  <address@hidden>
 
        * util/update-grub_lib.in (make_system_path_relative_to_its_root):

Modified: trunk/grub2/term/i386/pc/vga_text.c
===================================================================
--- trunk/grub2/term/i386/pc/vga_text.c 2008-07-29 16:47:31 UTC (rev 1749)
+++ trunk/grub2/term/i386/pc/vga_text.c 2008-07-29 23:29:03 UTC (rev 1750)
@@ -124,6 +124,7 @@
   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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]