瀏覽代碼

Adding blue prompt.

simple
Jacob Alexander 10 年之前
父節點
當前提交
4730ba9a57
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      Debug/cli/cli.c

+ 1
- 1
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