X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Futil.c;h=7f9f2b36a239be98f40ad69d0e7160b3179172d8;hp=f762f9765ec648af87f20caf81311357a8d94e74;hb=9381a72403f622f66294ab10315240a4c4fd71cd;hpb=92ab323c824300683efb11fd43c9d834cea9b9e6 diff --git a/src/util.c b/src/util.c index f762f9765..7f9f2b36a 100644 --- a/src/util.c +++ b/src/util.c @@ -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 - status_printf("Welcome to %s!\n", r); + status_printf("Welcome to \x1B[1m%s\x1B[0m!\n", r); /* Highlight for everything else */ free(r);