imporved powerline
This commit is contained in:
@@ -15,7 +15,9 @@ char *powerline(void)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
tilt = " ";
|
tilt = " ";
|
||||||
printf("\n%s MMOAT? %s%s%s%s%s %s%s%s ",
|
printf("%s----------------------------------------------\
|
||||||
|
----------------------------------%s", POW5, RESET);
|
||||||
|
printf("\n%s MMOAT %s%s%s%s%s %s%s%s ",
|
||||||
POW1, POW2, POW3, POW4, tilt, pwd, RESET, POW5, RESET);
|
POW1, POW2, POW3, POW4, tilt, pwd, RESET, POW5, RESET);
|
||||||
return (readline(""));
|
return (readline(""));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user