]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/lib/progress.c (grub_file_progress_hook_real): Refresh
authorVladimir Serbinenko <phcoder@gmail.com>
Fri, 25 Oct 2013 09:57:36 +0000 (11:57 +0200)
committerVladimir Serbinenko <phcoder@gmail.com>
Fri, 25 Oct 2013 09:57:36 +0000 (11:57 +0200)
terminal after updating progress.

ChangeLog
grub-core/lib/progress.c

index 783b416a8a997c19396498c035aabe1ccc342457..e7ae0a3e12205af2aaebc136d11de1f0a3b1910e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        * grub-core/boot/i386/pc/startup_raw.S (grub_gate_a20): Remove
index 0144197061cb47503e9b0108fab502e749ca6284..c2c68c68dbafe3d73d8258b6b6ddff27f7f7d94d 100644 (file)
@@ -80,6 +80,8 @@ grub_file_progress_hook_real (grub_disk_addr_t sector __attribute__ ((unused)),
               grub_term_gotoxy (term, old_pos);
 
               term->progress_update_counter = 0;
+
+             term->refresh (term);
             }
         }