Searched refs:GetMaxY (Results 1 – 1 of 1) sorted by relevance
410 int GetMaxY() const { return getmaxy(m_window); } in GetMaxY() function in curses::Window412 int GetHeight() const { return GetMaxY(); } in GetHeight()3456 m_max_y = window.GetMaxY() - 1; in WindowDelegateDraw()