changeset 113:aaab1dfb0ca5

Adding blue prompt.
author Jacob Alexander <haata@kiibohd.com>
date Fri, 24 Jan 2014 01:58:32 -0800
parents 0cb43cb8f683
children c57ec00a0abc
files Debug/cli/cli.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Debug/cli/cli.c	Fri Jan 24 01:56:44 2014 -0800
+++ b/Debug/cli/cli.c	Fri Jan 24 01:58:32 2014 -0800
@@ -54,7 +54,7 @@
 inline void prompt()
 {
 	print("\033[2K"); // Erases the current line
-	print(": ");
+	print("\033[1;34m:\033[0m ");
 }
 
 // Initialize the CLI