Explorar el Código

Adding blue prompt.

simple
Jacob Alexander hace 10 años
padre
commit
4730ba9a57
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Debug/cli/cli.c

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

@@ -54,7 +54,7 @@ CLIDictItem basicCLIDict[] = {
inline void prompt()
{
print("\033[2K"); // Erases the current line
print(": ");
print("\033[1;34m:\033[0m ");
}

// Initialize the CLI