__touchline
__touchline(win, y, sx, ex);
__touchline(win, *y, *x, *x);
__touchline(win, *y, sx, (int) win->maxx - 1);
__touchline(win, *y, sx, (int) win->maxx - 1);
__touchline(win, *y, sx, ex - 1);
__touchline(win, y, minx,
__touchline(win, y, x, (int)win->maxx - 1);
int __touchline(WINDOW *, int, int, int);
__touchline(win, (int)win->cury, (int)win->curx, (int)win->maxx - 1);
__touchline(win, (int)win->cury, sx, (int)win->maxx - 1);
__touchline(win, y, 0, (int) win->maxx - 1);
__touchline(win, win->cury, 0, (int) win->maxx - 1);
__touchline(win, y, sx, (int)win->maxx - 1);
__touchline(win, (int) y, lx, (int) win->maxx - 1);
__touchline(win, (int)win->cury, (int)win->curx, (int)win->maxx - 1);
__touchline(win, y, 0, (int)win->maxx - 1);
__touchline(win, y, 0, (int)win->maxx - 1);
__touchline(win, (int)win->cury, (int)win->curx, (int)win->maxx - 1);
__touchline(__virtscr, target, 0, (int) __virtscr->maxx - 1);
__touchline(__virtscr, target, 0, (int) __virtscr->maxx - 1);
__touchline(__virtscr, target, 0,
__touchline(win2, y, startx, endx);