merge multiterm into gfxmenu+multiterm

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2009-12-29 10:25:15 +01:00
commit c0a426b887
1 changed files with 1 additions and 1 deletions

View File

@ -438,7 +438,7 @@ grub_cmdline_get (const char *prompt)
if (restore)
{
/* Restore the prompt. */
grub_printf ("\n%s", prompt_translated);
grub_printf ("\n%s ", prompt_translated);
init_clterm_all ();
cl_print_all (0, 0);
}