mirror of
https://github.com/curl/curl.git
synced 2026-05-21 11:46:20 +03:00
Gisle Vanem added a flush to make the progress-bar look better on windows
(at least).
This commit is contained in:
parent
e42f806b3f
commit
cd9aabb474
1 changed files with 1 additions and 0 deletions
|
|
@ -2366,6 +2366,7 @@ int myprogress (void *clientp,
|
|||
sprintf( outline, format, line, percent );
|
||||
fprintf( bar->out, "\r%s", outline );
|
||||
}
|
||||
fflush(bar->out);
|
||||
bar->prev = point;
|
||||
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue