I proposed to erase just one line, instead of erasing whole screen all the time.
WBR, Aleksey Bragin.
On Oct 7, 2009, at 11:55 PM, dgorbachev@svn.reactos.org wrote:
Author: dgorbachev Date: Wed Oct 7 21:55:44 2009 New Revision: 43329
URL: http://svn.reactos.org/svn/reactos?rev=43329&view=rev Log: Fix FreeLDR bug #4877. Patch by Gabriel.
Modified: trunk/reactos/boot/freeldr/freeldr/windows/peloader.c
Modified: trunk/reactos/boot/freeldr/freeldr/windows/peloader.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/ freeldr/windows/peloader.c?rev=43329&r1=43328&r2=43329&view=diff ====================================================================== ======== --- trunk/reactos/boot/freeldr/freeldr/windows/peloader.c [iso-8859-1] (original) +++ trunk/reactos/boot/freeldr/freeldr/windows/peloader.c [iso-8859-1] Wed Oct 7 21:55:44 2009 @@ -270,6 +270,7 @@
/* Inform user we are loading files */ sprintf(ProgressString, "Loading %s...", strchr(FileName, '\') + 1);
UiDrawBackdrop(); UiDrawProgressBarCenter(1, 100, ProgressString);
/* Open the image file */