Adding blue prompt.
This commit is contained in:
parent
d72bf79a26
commit
4730ba9a57
@ -54,7 +54,7 @@ CLIDictItem basicCLIDict[] = {
|
|||||||
inline void prompt()
|
inline void prompt()
|
||||||
{
|
{
|
||||||
print("\033[2K"); // Erases the current line
|
print("\033[2K"); // Erases the current line
|
||||||
print(": ");
|
print("\033[1;34m:\033[0m ");
|
||||||
}
|
}
|
||||||
|
|
||||||
// Initialize the CLI
|
// Initialize the CLI
|
||||||
|
Reference in New Issue
Block a user