Curses::mvWin(3) Move a window

SYNOPSIS

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

DESCRIPTION

Move a window to the new position. This will fail if it would move the window off the screen.

AUTHORS

Kaya standard library by Edwin Brady, Chris Morris and others ([email protected]). For further information see http://kayalang.org/

LICENSE

The Kaya standard library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free Software Foundation.

RELATED

Curses.Window(3kaya)

Curses.delWin(3kaya)

Curses.newWin(3kaya)