Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp916 int GetCursorY() { return getcury(m_window); } in GetCursorY() function in curses::Window
1485 window.MoveCursor(0, window.GetCursorY()); in DrawMenuTitle()