int scanw(fmt, ...) int wscanw(win, fmt, ...) int mvscanw(y, x, fmt, ...) int mvwscanw(win, y, x, fmt, ...) int vwscanw(win, fmt, va_list)
These are similar to scanf(...) from (see
section 8.1.2 on page ). wgetstr(...) is called
and the results will be used as input for the scan.