mvwhline
return (mvwhline(stdscr, y, x, c, n));
extern int mvwhline(WINDOW *, int, int, chtype, int);