sEMU
载入中...
搜索中...
未找到
colors.hpp
浏览该文件的文档.
1#pragma once
2
3#define ANSI_COLOR_RED "\x1b[31m"
4#define ANSI_COLOR_GREEN "\x1b[32m"
5#define ANSI_COLOR_YELLOW "\x1b[33m"
6#define ANSI_COLOR_BLUE "\x1b[34m"
7#define ANSI_COLOR_MAGENTA "\x1b[35m"
8#define ANSI_COLOR_CYAN "\x1b[36m"
9#define ANSI_COLOR_RESET "\x1b[0m"
10#define ANSI_COLOR_BOLD "\x1b[1m"