Function ncursesw::copywin[][src]

pub fn copywin(
    src_handle: WINDOW,
    dst_handle: WINDOW,
    smin: Origin,
    dmin: Origin,
    dmax: Origin,
    overlay: bool
) -> Result<(), NCurseswError>