2009-05-02 Robert Millan <rmh.grub@aybabtu.com>

* normal/menu_text.c  (grub_wait_after_message): Print a newline
        after waiting for user input.

        * loader/i386/linux.c: Include `<grub/normal.h>'.
        (grub_cmd_linux): Improve the error message about `ask' mode, by
        waiting for user input so it's not missed (we can do this, since
        user requested interaction).
This commit is contained in:
robertmh 2009-05-02 15:24:28 +00:00
parent d9dc87b01b
commit 6c67de152c
3 changed files with 18 additions and 1 deletions

View file

@ -41,6 +41,7 @@ grub_wait_after_message (void)
{
grub_printf ("\nPress any key to continue...");
(void) grub_getkey ();
grub_putchar ('\n');
}
static void