Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp2548 int content_height = GetContentHeight(); in UpdateScrolling() local
2550 int visible_height = std::min(content_height, surface_height); in UpdateScrolling()
2556 if (last_visible_line > content_height - 1) { in UpdateScrolling()
2557 m_first_visible_line = content_height - visible_height; in UpdateScrolling()