about summary refs log tree commit diff stats
path: root/src/ui/console.c
diff options
context:
space:
mode:
authorRaf Czlonka <rjc@users.noreply.github.com>2018-11-21 09:03:37 +0000
committerMichael Vetter <jubalh@iodoru.org>2018-11-21 10:03:37 +0100
commitfb2ca00f930b03baf1f175d63f10f7fd6708c4b0 (patch)
treee67c1fd62967728b574d756b6ae9e9005441d185 /src/ui/console.c
parent3fd6f70bd9d2bb9ff4921c53354b52465e616a51 (diff)
downloadprofani-tty-fb2ca00f930b03baf1f175d63f10f7fd6708c4b0.tar.gz
Splash logo improvements (#1022)
* Splash logo improvements
* Use straight/flat, instead or rounded, outer edges on `o` and `a`
Diffstat (limited to 'src/ui/console.c')
-rw-r--r--src/ui/console.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/ui/console.c b/src/ui/console.c
index f5c0379b..eb62a7ea 100644
--- a/src/ui/console.c
+++ b/src/ui/console.c
@@ -2387,13 +2387,13 @@ _cons_splash_logo(void)
     ProfWin *console = wins_get_console();
     win_println(console, THEME_DEFAULT, '-', "Welcome to");
 
-    win_println(console, THEME_SPLASH, '-', "                   ___            _           ");
-    win_println(console, THEME_SPLASH, '-', "                  / __)          (_)_         ");
-    win_println(console, THEME_SPLASH, '-', " ____   ____ ___ | |__ ____ ____  _| |_ _   _ ");
-    win_println(console, THEME_SPLASH, '-', "|  _ \\ / ___) _ \\|  __) _  |  _ \\| |  _) | | |");
-    win_println(console, THEME_SPLASH, '-', "| | | | |  | |_| | | ( ( | | | | | | |_| |_| |");
-    win_println(console, THEME_SPLASH, '-', "| ||_/|_|   \\___/|_|  \\_||_|_| |_|_|\\___)__  |");
-    win_println(console, THEME_SPLASH, '-', "|_|                                    (____/ ");
+    win_println(console, THEME_SPLASH, '-', "                  ___            _           ");
+    win_println(console, THEME_SPLASH, '-', "                 / __)          (_)_         ");
+    win_println(console, THEME_SPLASH, '-', " ____   ___ ___ | |__ ____ ____  _| |_ _   _ ");
+    win_println(console, THEME_SPLASH, '-', "|  _ \\ / __) _ \\|  __) _  |  _ \\| |  _) | | |");
+    win_println(console, THEME_SPLASH, '-', "| | ) | | | (_) | | | ( | | | | | | |_| |_| |");
+    win_println(console, THEME_SPLASH, '-', "| ||_/|_|  \\___/|_|  \\_||_|_| |_|_|\\___)__  |");
+    win_println(console, THEME_SPLASH, '-', "|_|                                   (____/ ");
     win_println(console, THEME_SPLASH, '-', "");
 
     if (strcmp(PACKAGE_STATUS, "development") == 0) {