Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp755 void DrawTitleBox(const char *title, const char *bottom_message = nullptr) { in DrawTitleBox() argument
773 if (bottom_message && bottom_message[0]) { in DrawTitleBox()
774 int bottom_message_length = strlen(bottom_message); in DrawTitleBox()
780 PutCString(bottom_message); in DrawTitleBox()
785 PutCStringTruncated(1, bottom_message); in DrawTitleBox()
6221 const char *bottom_message; in WindowDelegateDraw() local
6223 bottom_message = "Press any key to exit"; in WindowDelegateDraw()
6225 bottom_message = "Use arrows to scroll, any other key to exit"; in WindowDelegateDraw()
6226 window.DrawTitleBox(window.GetName(), bottom_message); in WindowDelegateDraw()