Searched refs:RESET_COLOR (Results 1 – 2 of 2) sorted by relevance
42 #define RESET_COLOR ESC, '0', 'm' macro44 RESET_COLOR, 0};46 RESET_COLOR, 0};48 RESET_COLOR, 0};
108 const char RESET_COLOR[] = "\x1b[0m"; variable503 std::fputs(RESET_COLOR, stdout); in print_colored()