Searched refs:GetCursorX (Results 1 – 1 of 1) sorted by relevance
915 int GetCursorX() { return getcurx(m_window); } in GetCursorX() function in curses::Window948 int bytes_left = GetWidth() - GetCursorX(); in PutCStringTruncated()1555 menu->SetStartingColumn(window.GetCursorX()); in WindowDelegateDraw()4002 int x = window.GetCursorX(); in WindowDelegateDraw()4088 window.Printf("%*s", desc_x - window.GetCursorX(), ""); in WindowDelegateDraw()4095 window.Printf("%*s", window_width - window.GetCursorX() - 1, ""); in WindowDelegateDraw()4235 window.Printf("%*s", desc_x - window.GetCursorX(), ""); in WindowDelegateDraw()4242 window.Printf("%*s", window_width - window.GetCursorX() - 1, ""); in WindowDelegateDraw()