Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DIOHandlerCursesGUI.cpp1492 int current_choice = m_first_visibile_choice + i; in DrawContent() local
1493 const char *text = m_choices[current_choice].c_str(); in DrawContent()
1494 bool highlight = is_selected && current_choice == m_choice; in DrawContent()
1497 surface.PutChar(current_choice == m_choice ? ACS_DIAMOND : ' '); in DrawContent()