Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Core/ !
H A DIOHandlerCursesGUI.cpp773 int bottom_message_length = strlen(bottom_message); in DrawTitleBox() local
774 int x = GetWidth() - 3 - (bottom_message_length + 2); in DrawTitleBox()