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

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