Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp4102 int cursor_x = 0; in WindowDelegateDraw() local
4112 cursor_x = x - 1; in WindowDelegateDraw()
4117 window.MoveCursor(cursor_x, cursor_y); in WindowDelegateDraw()