Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Host/common/
DEditline.cpp56 #define ANSI_FAINT ESCAPE "[2m" macro
427 const char *faint = m_color_prompts ? ANSI_FAINT : ""; in DisplayInput()
551 ANSI_FAINT, Prompt(), ANSI_UNFAINT); in GetCharacter()