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:
parent
d9dc87b01b
commit
6c67de152c
3 changed files with 18 additions and 1 deletions
|
@ -41,6 +41,7 @@ grub_wait_after_message (void)
|
|||
{
|
||||
grub_printf ("\nPress any key to continue...");
|
||||
(void) grub_getkey ();
|
||||
grub_putchar ('\n');
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue