Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp4103 int cursor_y = 0; in WindowDelegateDraw() local
4113 cursor_y = y + i; in WindowDelegateDraw()
4117 window.MoveCursor(cursor_x, cursor_y); in WindowDelegateDraw()