From e5d5336fccd52badf3273da8a8f84ef407af34f6 Mon Sep 17 00:00:00 2001 From: TheDarkBug Date: Sun, 7 Mar 2021 22:08:05 +0100 Subject: [PATCH] Fixed info printing for termux (still partial support) --- uwufetch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uwufetch.c b/uwufetch.c index a8968ef..c521286 100644 --- a/uwufetch.c +++ b/uwufetch.c @@ -220,7 +220,7 @@ void print_ascii() { // prints logo (as ascii art) of the given system. distribu " \e[0;42m \e[0m \e[0;42m \e[0m \e[0;42m \e[0m\n"); } else if (strcmp(version_name, "android") == 0) { // android at the end because it could be not considered as an actual distribution of gnu/linux sprintf(version_name, "%s", "Nyandroid"); - printf( "\033[2E\033[1C ascii icon\n nedds to be\n added\n\n\n\n"); + printf( "\033[2E\033[1C ascii icon\n nedds to be\n added\n\n\n\n\n"); } } void print_image() { // prints logo (as an image) of the given system. distributions listed alphabetically.