char *screen_readln(WINDOW *w, char *prompt); int my_waddstr(WINDOW *, const char *, int); int my_mvwaddstr(WINDOW *, int, int, const char *, int);