]> git.donarmstrong.com Git - kiibohd-controller.git/commitdiff
Adding blue prompt.
authorJacob Alexander <haata@kiibohd.com>
Fri, 24 Jan 2014 09:58:32 +0000 (01:58 -0800)
committerJacob Alexander <haata@kiibohd.com>
Sat, 22 Mar 2014 21:13:45 +0000 (14:13 -0700)
Debug/cli/cli.c

index ba3bfc01334525c1de7aec0ec6b2e6ed806c1cb1..f4415aff4a434a36bc9d250393a38d15d7740b29 100644 (file)
@@ -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