Searched defs:MoveCursor (Results 1 – 2 of 2) sorted by relevance
395 void Editline::MoveCursor(CursorLocation from, CursorLocation to) { in MoveCursor() function in Editline
387 void MoveCursor(int x, int y) { ::wmove(m_window, y, x); } in MoveCursor() function in curses::Surface