get_wstr - get an array of wide characters and function key codes from a terminal
#include <curses.h> int get_wstr(wint_t *wstr);
Refer to getn_wstr().