insstr - insert a multi-byte character string into the current window
#include <curses.h> int insstr(const char *str);
Refer to insnstr().