* grub-core/commands/sleep.c: Refresh screen before sleeping.
This commit is contained in:
parent
5136961498
commit
c6a61bda9b
2 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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--)
|
||||
|
|
Loading…
Reference in a new issue