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

Return a sub-window, whose upper-left corner is at origin, and whose width/height is size.