chiark / gitweb /
util: seperate welcome line from other output by empty lines
authorLennart Poettering <lennart@poettering.net>
Wed, 16 Feb 2011 18:33:37 +0000 (19:33 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 16 Feb 2011 18:34:38 +0000 (19:34 +0100)
src/util.c

index b0a01fde2f00e551b98cb5eaaff289b3cc955601..16e4ab289a6729f200284446fc7ef8aca054dc8b 100644 (file)
@@ -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);