Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp1549 int current_choice = m_first_visibile_choice + i; in DrawContent() local
1550 const char *text = m_choices[current_choice].c_str(); in DrawContent()
1551 bool highlight = is_selected && current_choice == m_choice; in DrawContent()
1554 surface.PutChar(current_choice == m_choice ? ACS_DIAMOND : ' '); in DrawContent()