Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp385 int GetCursorX() const { return getcurx(m_window); } in GetCursorX() function in curses::Surface
411 int bytes_left = GetWidth() - GetCursorX(); in PutCStringTruncated()
4093 menu->SetStartingColumn(window.GetCursorX()); in WindowDelegateDraw()
6958 int x = window.GetCursorX(); in WindowDelegateDraw()
7056 if (desc_x - window.GetCursorX() > 0) in WindowDelegateDraw()
7057 window.Printf("%*s", desc_x - window.GetCursorX(), ""); in WindowDelegateDraw()
7067 window.Printf("%*s", window_width - window.GetCursorX() - 1, ""); in WindowDelegateDraw()
7209 if (desc_x - window.GetCursorX() > 0) in WindowDelegateDraw()
7210 window.Printf("%*s", desc_x - window.GetCursorX(), ""); in WindowDelegateDraw()
7219 window.Printf("%*s", window_width - window.GetCursorX() - 1, ""); in WindowDelegateDraw()