Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp2161 int content_height = GetContentHeight(); in UpdateScrolling() local
2163 int visible_height = std::min(content_height, surface_height); in UpdateScrolling()
2169 if (last_visible_line > content_height - 1) { in UpdateScrolling()
2170 m_first_visible_line = content_height - visible_height; in UpdateScrolling()