[][src]Function ncursesw::mvwin

pub fn mvwin(handle: WINDOW, origin: Origin) -> Result<(), NCurseswError>

Move the window so its upper-left corner is at origin.

If the move would cause the window to be off the screen, it is an error and the window is not moved. Moving sub-windows is allowed, but should be avoided.