[][src]Function ncursesw::overwrite

pub fn overwrite(
    src_handle: WINDOW,
    dst_handle: WINDOW
) -> Result<(), NCurseswError>

Overlay the window on top of destwin in the same way as overlay() but in a destructive manner.