Searched refs:refreshtop (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xterm/dist/ | ||
| H A D | util.c | 190 int refreshtop; local in function:FlushScroll 212 refreshtop = screen->bot_marg - refreshheight + 1 + shift; 214 if (refreshtop > i) { 215 refreshtop = i; 251 refreshtop += i; 262 refreshtop = screen->top_marg + shift; 263 scrolltop = refreshtop + refreshheight; 286 refreshtop, 292 refreshtop, 603 int refreshtop local in function:xtermScroll 909 int refreshtop = screen->top_marg + shift; local in function:RevScroll 1264 int refreshtop = screen->cur_row + shift; local in function:InsertLine 1383 int refreshtop; local in function:DeleteLine [all...] |
| H A D | scrollbar.c | 404 int scrolltop, scrollheight, refreshtop; local in function:WindowScroll 413 refreshtop = scrolltop = 0; 416 refreshtop = scrollheight; 425 OriginY(screen) + refreshtop * FontHeight(screen), 428 ScrnRefresh(xw, refreshtop, 0, lines, MaxCols(screen), False); |
Completed in 7 milliseconds