mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-09 22:13:14 +00:00
Pause before returning to menu editor
This commit is contained in:
parent
e2d15128a5
commit
bcfd0cf0fa
@ -1370,8 +1370,13 @@ grub_menu_entry_run (grub_menu_entry_t entry)
|
|||||||
goto refresh;
|
goto refresh;
|
||||||
|
|
||||||
case 24: /* C-x */
|
case 24: /* C-x */
|
||||||
if (! run (screen))
|
{
|
||||||
goto fail;
|
int chars_before = grub_normal_get_char_counter ();
|
||||||
|
run (screen);
|
||||||
|
|
||||||
|
if (chars_before != grub_normal_get_char_counter ())
|
||||||
|
grub_wait_after_message ();
|
||||||
|
}
|
||||||
goto refresh;
|
goto refresh;
|
||||||
|
|
||||||
case 18: /* C-r */
|
case 18: /* C-r */
|
||||||
|
Loading…
Reference in New Issue
Block a user