paleofetch

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 89fc21d3def022514c4403d9c09d5e53bda78af7
parent 437ea3371c59308f9fce690a5236b6cba53b1147
Author: Allis IO <0xa111510@gmail.com>
Date:   Thu, 23 Apr 2020 10:08:03 -0400

Fully paint the logo

Diffstat:
Mpaleofetch.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/paleofetch.c b/paleofetch.c @@ -479,7 +479,7 @@ int main(int argc, char *argv[]) { for (int i = 0; i < COUNT(LOGO); i++) { // If we've run out of information to show... if(i >= COUNT(config)) // just print the next line of the logo - puts(LOGO[i]); + printf(COLOR"%s\n", LOGO[i]); else { // Otherwise, we've got a bit of work to do. char *label = config[i].label,