Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DIOHandlerCursesGUI.cpp658 int bottom_message_length = strlen(bottom_message); in DrawTitleBox() local
659 int x = GetWidth() - 3 - (bottom_message_length + 2); in DrawTitleBox()