mvhline
mvhline(BSZ + 2, 0, ' ', available);
(void)mvhline(BSZ + 3, 6, ' ', 6);
int mvhline(int, int, chtype, int);
report_return(mvhline(y, x, ch, n));
mvhline(GRAPHROW + 2, psiz, cpuchar[c], l);