List of functions and data types in Curses
Void mvWin(Window w, Int y, Int x)
Arguments
w: Window to move
y: New position of top edge
x: New position of left edge
Usage
Move a window to the new position. This will fail if it would move the window off the screen.
Related