From a8156cb6b9981036cdbe2191281912f8c28bdeea Mon Sep 17 00:00:00 2001 From: TheDarkBug Date: Sun, 7 Mar 2021 22:09:24 +0100 Subject: [PATCH] Fixed info printing for termux (still partial support) (yes, again) --- uwufetch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uwufetch.c b/uwufetch.c index c521286..f8c5d1a 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\n"); + printf( "\n\n\nascii 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.