Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DIOHandlerCursesGUI.cpp400 int GetCursorX() const { return getcurx(m_window); } in GetCursorX() function in curses::Window
426 int bytes_left = GetWidth() - GetCursorX(); in PutCStringTruncated()
478 return std::min<size_t>(length, std::max(0, GetWidth() - GetCursorX() - 1)); in LimitLengthToRestOfLine()
1097 menu->SetStartingColumn(window.GetCursorX()); in WindowDelegateDraw()
3596 int x = window.GetCursorX(); in WindowDelegateDraw()
3693 if (desc_x - window.GetCursorX() > 0) in WindowDelegateDraw()
3694 window.Printf("%*s", desc_x - window.GetCursorX(), ""); in WindowDelegateDraw()
3704 window.Printf("%*s", window_width - window.GetCursorX() - 1, ""); in WindowDelegateDraw()
3846 if (desc_x - window.GetCursorX() > 0) in WindowDelegateDraw()
3847 window.Printf("%*s", desc_x - window.GetCursorX(), ""); in WindowDelegateDraw()
[all …]