touchline
(void) touchline(stdscr, panel->wstarty,
(void) touchline(pnl->win, line - pnl->wstarty, 1);
(void) touchline(obs_pnl->win,
extern int touchline(WINDOW *, int, int);
(touchline)(w, y, n)
extern int touchline(WINDOW *, int, int);
extern int touchline(WINDOW *, int, int, int);
(void) touchline(win, y, (int)minx,
(void) touchline(win, y, win->_curx, win->_maxx - 1);
(void) touchline(win, win->_cury, win->_curx, win->_maxx - 1);
(void) touchline(win, y, 0, win->_maxx - 1);
(void) touchline(win, y, 0, win->_maxx - 1);
(void) touchline(win, y, (int)minx,
(void) touchline(win, win->_cury, win->_curx, win->_maxx - 1);
(void) touchline(win, y, 0, win->_maxx - 1);
(void) touchline(win, y, 0, win->_maxx - 1);
(void) touchline(win2, y, startx - win2->_begx,
(void) touchline(win2, y, startx, endx);
(void) touchline(win, y, 0, win->_maxx - 1);