summaryrefslogtreecommitdiffstats
path: root/fish/progress.c
diff options
context:
space:
mode:
Diffstat (limited to 'fish/progress.c')
-rw-r--r--fish/progress.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fish/progress.c b/fish/progress.c
index c368bc5a..679c8314 100644
--- a/fish/progress.c
+++ b/fish/progress.c
@@ -354,4 +354,5 @@ progress_bar_set (struct progress_bar *bar,
fputc ('\n', stdout);
}
+ fflush (stdout);
}