Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp2552 int last_visible_line = m_first_visible_line + visible_height - 1; in UpdateScrolling() local
2557 if (last_visible_line > content_height - 1) { in UpdateScrolling()
2566 if (context.end > last_visible_line) { in UpdateScrolling()