1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Commence bar progress with two newlines.

This commit is contained in:
hniksic 2001-11-27 02:17:09 -08:00
parent 7175ea4a12
commit 69c78db55b
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-11-27 Hrvoje Niksic <hniksic@arsdigita.com>
* progress.c (bar_create): Print two newlines.
2001-11-27 Hrvoje Niksic <hniksic@arsdigita.com>
* cmpt.c (random): New function, a simple-minded replacement for

View File

@ -404,7 +404,7 @@ bar_create (long initial, long total)
bp->width = screen_width;
bp->buffer = xmalloc (bp->width + 1);
logputs (LOG_VERBOSE, "\n");
logputs (LOG_VERBOSE, "\n\n");
create_image (bp, 0);
display_image (bp->buffer);