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:
parent
7175ea4a12
commit
69c78db55b
@ -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>
|
2001-11-27 Hrvoje Niksic <hniksic@arsdigita.com>
|
||||||
|
|
||||||
* cmpt.c (random): New function, a simple-minded replacement for
|
* cmpt.c (random): New function, a simple-minded replacement for
|
||||||
|
@ -404,7 +404,7 @@ bar_create (long initial, long total)
|
|||||||
bp->width = screen_width;
|
bp->width = screen_width;
|
||||||
bp->buffer = xmalloc (bp->width + 1);
|
bp->buffer = xmalloc (bp->width + 1);
|
||||||
|
|
||||||
logputs (LOG_VERBOSE, "\n");
|
logputs (LOG_VERBOSE, "\n\n");
|
||||||
|
|
||||||
create_image (bp, 0);
|
create_image (bp, 0);
|
||||||
display_image (bp->buffer);
|
display_image (bp->buffer);
|
||||||
|
Loading…
Reference in New Issue
Block a user