chiark / gitweb /
util: always highlight distro name
authorLennart Poettering <lennart@poettering.net>
Sun, 14 Nov 2010 22:27:27 +0000 (23:27 +0100)
committerLennart Poettering <lennart@poettering.net>
Sun, 14 Nov 2010 22:48:20 +0000 (23:48 +0100)
src/util.c

index f762f9765ec648af87f20caf81311357a8d94e74..7f9f2b36a239be98f40ad69d0e7160b3179172d8 100644 (file)
@@ -2996,7 +2996,7 @@ void status_welcome(void) {
         else if (startswith(r, "Fedora"))
                 status_printf("Welcome to \x1B[0;34m%s\x1B[0m!\n", r); /* Blue for Fedora */
         else
         else if (startswith(r, "Fedora"))
                 status_printf("Welcome to \x1B[0;34m%s\x1B[0m!\n", r); /* Blue for Fedora */
         else
-                status_printf("Welcome to %s!\n", r);
+                status_printf("Welcome to \x1B[1m%s\x1B[0m!\n", r); /* Highlight for everything else */
 
         free(r);
 
 
         free(r);