fixed #111 (hopefully)
This commit is contained in:
parent
d39d03f482
commit
45f0647bcc
1 changed files with 4 additions and 0 deletions
|
@ -152,7 +152,11 @@ int main(int argc, char *argv[])
|
||||||
if (argc == 1)
|
if (argc == 1)
|
||||||
parse_config();
|
parse_config();
|
||||||
if ((argc == 1 && ascii_image_flag == 0) || (argc > 1 && ascii_image_flag == 0))
|
if ((argc == 1 && ascii_image_flag == 0) || (argc > 1 && ascii_image_flag == 0))
|
||||||
|
{
|
||||||
|
printf("\n");
|
||||||
|
printf("\033[1A"); // to align info text
|
||||||
print_ascii();
|
print_ascii();
|
||||||
|
}
|
||||||
else if (ascii_image_flag == 1)
|
else if (ascii_image_flag == 1)
|
||||||
print_image();
|
print_image();
|
||||||
uwu_kernel();
|
uwu_kernel();
|
||||||
|
|
Loading…
Reference in a new issue