Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp384 int GetCursorX() const { return getcurx(m_window); } in GetCursorX() function in curses::Surface
410 int bytes_left = GetWidth() - GetCursorX(); in PutCStringTruncated()
4092 menu->SetStartingColumn(window.GetCursorX()); in WindowDelegateDraw()
6980 int x = window.GetCursorX(); in WindowDelegateDraw()
7078 if (desc_x - window.GetCursorX() > 0) in WindowDelegateDraw()
7079 window.Printf("%*s", desc_x - window.GetCursorX(), ""); in WindowDelegateDraw()
7089 window.Printf("%*s", window_width - window.GetCursorX() - 1, ""); in WindowDelegateDraw()
7231 if (desc_x - window.GetCursorX() > 0) in WindowDelegateDraw()
7232 window.Printf("%*s", desc_x - window.GetCursorX(), ""); in WindowDelegateDraw()
7241 window.Printf("%*s", window_width - window.GetCursorX() - 1, ""); in WindowDelegateDraw()