From 9a6960e648022a8aaea5b761c3eb840f358b5b51 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Mon, 30 Apr 2001 20:13:59 +0000 Subject: nicer layout for progressbar and statusreport, when update_progression --- mdk-stage1/stdio-frontend.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'mdk-stage1') diff --git a/mdk-stage1/stdio-frontend.c b/mdk-stage1/stdio-frontend.c index ec6601e9c..9033407de 100644 --- a/mdk-stage1/stdio-frontend.c +++ b/mdk-stage1/stdio-frontend.c @@ -211,20 +211,20 @@ void remove_wait_message(void) static int size_progress; static int actually_drawn; -#define PROGRESS_SIZE 60 +#define PROGRESS_SIZE 45 void init_progression(char *msg, int size) { int i; size_progress = size; - printf("%s\n", msg); + printf("%s ", msg); if (size) { - printf("["); actually_drawn = 0; for (i=0; i