From da71f23cda946a98885cb0833d0022ff7439cef3 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 16 Feb 2011 19:33:37 +0100 Subject: [PATCH] util: seperate welcome line from other output by empty lines --- src/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util.c b/src/util.c index b0a01fde2..16e4ab289 100644 --- a/src/util.c +++ b/src/util.c @@ -3076,7 +3076,7 @@ void status_welcome(void) { if (!ansi_color && !const_color) const_color = "1"; - status_printf("Welcome to \x1B[%sm%s\x1B[0m!\n", + status_printf("\nWelcome to \x1B[%sm%s\x1B[0m!\n\n", const_color ? const_color : ansi_color, const_pretty ? const_pretty : pretty_name); -- 2.30.2