Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp2552 int visible_height = std::min(content_height, surface_height); in UpdateScrolling() local
2553 int last_visible_line = m_first_visible_line + visible_height - 1; in UpdateScrolling()
2559 m_first_visible_line = content_height - visible_height; in UpdateScrolling()
2568 m_first_visible_line = context.end - visible_height + 1; in UpdateScrolling()