Home
last modified time | relevance | path

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

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