[v0.99] Partially recover --color and --style options

This commit is contained in:
Dr-Noob
2021-08-10 08:48:52 +02:00
parent 590c391380
commit 6a67b87abc
2 changed files with 45 additions and 108 deletions

View File

@@ -25,8 +25,8 @@ struct ascii_logo {
uint32_t width;
uint32_t height;
bool replace_blocks;
char* color_ascii[8];
char* color_text[2];
char color_ascii[8][100];
char color_text[2][100];
};
/*