pub fn mvwinnstr(
    handle: WINDOW,
    origin: Origin,
    number: i32
) -> Result<String, NCurseswError>
Expand description

Return the character string of length number at the given origin in the window.