Home
last modified time | relevance | path

Searched refs:ANSI_FAINT (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/lldb/source/Host/common/
DEditline.cpp54 #define ANSI_FAINT ESCAPE "[2m" macro
416 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()