refresh.c | 154 short sy, wy, wx, y_off, x_off, mx, dy_off, dx_off, endy; local in function:_wnoutrefresh 277 x_off = wbegx; 288 x_off += *wlp->firstchp - swin->ch_off; 293 if (x_off + (mx - wx) > screen->__virtscr->maxx) 294 mx -= (x_off + maxx) - 303 wy, wx, y_off, x_off, 308 unctrl(vlp->line[x_off].ch), 309 vlp->line[x_off].attr, 310 vlp->line[x_off].cflags); 312 vlp->line[x_off].ch = wlp->line[wx].ch [all...] |