[][src]Function ncursesw::mvwgetnstr

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

Read a string of at most number characters from the user at origin, with primitive line editing capacity.