Searched refs:ANSI_FAINT (Results 1 – 1 of 1) sorted by relevance
54 #define ANSI_FAINT ESCAPE "[2m" macro416 const char *faint = m_color_prompts ? ANSI_FAINT : ""; in DisplayInput()540 ANSI_FAINT, Prompt(), ANSI_UNFAINT); in GetCharacter()1070 std::string to_add_color = ANSI_FAINT + to_add.getValue() + ANSI_UNFAINT; in TypedCharacter()