mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-25 07:50:40 +01:00
[v0.99] Partially recover --color and --style options
This commit is contained in:
@@ -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];
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user