pub fn derwin(
    orig: WINDOW,
    size: Size,
    origin: Origin
) -> Result<WINDOW, NCurseswError>
Expand description

An abbreviation for “derive window”, derwin() is the same as calling subwin(), except that origin are relative to the origin of the window, rather than relative to the entire screen. Return a window object for the derived window.