fix
This commit is contained in:
parent
d63feaa864
commit
69ddc38152
5 changed files with 41 additions and 42 deletions
|
@ -33,7 +33,7 @@ typedef struct {
|
|||
|
||||
FETCH Init(void);
|
||||
int GetOs(char *os_name, size_t len);
|
||||
void GetArt(FETCH *fetch);
|
||||
void GetArt(FETCH *fetch, int flag);
|
||||
int GetKernel(const char *title, const FETCH fetch);
|
||||
int PrintOs(const char *title, const FETCH fetch);
|
||||
int PrintColors(const char *title, const FETCH fetch);
|
||||
|
|
|
@ -35,7 +35,7 @@ char *Alpine[] = {
|
|||
};
|
||||
|
||||
char *Arch[] = {
|
||||
" ",
|
||||
" ",
|
||||
"\033[1;34m /\\ ",
|
||||
"\033[1;34m / \\ ",
|
||||
"\033[1;34m /\\ \\ ",
|
||||
|
@ -43,7 +43,7 @@ char *Arch[] = {
|
|||
"\033[1;34m / ,, \\ ",
|
||||
"\033[1;34m / | | -\\ ",
|
||||
"\033[1;34m/_-'' ''-_\\ ",
|
||||
" "
|
||||
" "
|
||||
};
|
||||
|
||||
char *Android[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue