normal_exit command
This commit is contained in:
parent
0e76d18c5b
commit
6066889c88
4 changed files with 54 additions and 15 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue