* grub-core/lib/progress.c (grub_file_progress_hook_real): Refresh
terminal after updating progress.
This commit is contained in:
parent
ad2dc00309
commit
c6dc6fa175
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2013-10-25 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
|
* grub-core/lib/progress.c (grub_file_progress_hook_real): Refresh
|
||||||
|
terminal after updating progress.
|
||||||
|
|
||||||
2013-10-25 Vladimir Serbinenko <phcoder@gmail.com>
|
2013-10-25 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* grub-core/boot/i386/pc/startup_raw.S (grub_gate_a20): Remove
|
* grub-core/boot/i386/pc/startup_raw.S (grub_gate_a20): Remove
|
||||||
|
|
|
@ -80,6 +80,8 @@ grub_file_progress_hook_real (grub_disk_addr_t sector __attribute__ ((unused)),
|
||||||
grub_term_gotoxy (term, old_pos);
|
grub_term_gotoxy (term, old_pos);
|
||||||
|
|
||||||
term->progress_update_counter = 0;
|
term->progress_update_counter = 0;
|
||||||
|
|
||||||
|
term->refresh (term);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue