4 /****************************************************************/
5 /* Waddstr() inserts string 'str' at the current cursor posi- */
6 /* Tion in window 'win', and takes any actions as dictated by */
8 /****************************************************************/
15 if (waddch(win
, *str
++) == ERR
) return(ERR
);