From 4730ba9a57fddd2217b774de9084dce9923c5223 Mon Sep 17 00:00:00 2001 From: Jacob Alexander Date: Fri, 24 Jan 2014 01:58:32 -0800 Subject: [PATCH] Adding blue prompt. --- Debug/cli/cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Debug/cli/cli.c b/Debug/cli/cli.c index ba3bfc0..f4415af 100644 --- a/Debug/cli/cli.c +++ b/Debug/cli/cli.c @@ -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