Code

forgot to add this
[ncmpc.git] / screen_utils.h
2 char *screen_readln(WINDOW *w, char *prompt);
4 int my_waddstr(WINDOW *, const char *, int);
5 int my_mvwaddstr(WINDOW *, int, int, const char *, int);