소스 검색

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