Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp1100 int bottom_message_length = strlen(bottom_message); in DrawTitleBox() local
1101 int x = GetWidth() - 3 - (bottom_message_length + 2); in DrawTitleBox()