ins_wstr - insert a wide-character string into the current window
#include <curses.h> int ins_wstr(const wchar_t *wstr);
Refer to ins_nwstr().