* grub-core/commands/sleep.c: Refresh screen before sleeping.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-07-11 16:02:22 +02:00
parent 5136961498
commit c6a61bda9b
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2013-07-11 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/commands/sleep.c: Refresh screen before sleeping.
2013-07-11 Vladimir Serbinenko <phcoder@gmail.com>
* configure.ac: Move delimiter after the infos.

View File

@ -78,6 +78,8 @@ grub_cmd_sleep (grub_extcmd_context_t ctxt, int argc, char **args)
return 0;
}
grub_refresh ();
pos = grub_term_save_pos ();
for (; n; n--)