Ver código fonte

Adding blue prompt.

simple
Jacob Alexander 10 anos atrás
pai
commit
4730ba9a57
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      Debug/cli/cli.c

+ 1
- 1
Debug/cli/cli.c Ver arquivo

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