normal_exit command

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2009-12-25 16:28:31 +01:00
parent 0e76d18c5b
commit 6066889c88
4 changed files with 54 additions and 15 deletions

View file

@ -1270,6 +1270,12 @@ grub_menu_entry_run (grub_menu_entry_t entry)
screen->completion_shown = 0;
}
if (grub_normal_exit_level)
{
destroy_screen (screen);
return;
}
switch (c)
{
case 16: /* C-p */