Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp2549 int content_height = GetContentHeight(); in UpdateScrolling() local
2551 int visible_height = std::min(content_height, surface_height); in UpdateScrolling()
2557 if (last_visible_line > content_height - 1) { in UpdateScrolling()
2558 m_first_visible_line = content_height - visible_height; in UpdateScrolling()