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