Searched refs:scrollheight (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xterm/dist/ | ||
| H A D | util.c | 193 int scrollheight; local in function:FlushScroll 211 scrollheight = screen->bot_marg - screen->top_marg - refreshheight + 1; 228 scrollheight += shift; 229 if (scrollheight > i) 230 scrollheight = i; 247 scrollheight += i; 261 scrollheight = screen->bot_marg - screen->top_marg - refreshheight + 1; 266 scrollheight -= i; 276 scrollheight, 667 int scrollheight; local in function:xtermScroll 910 int scrollheight = (screen->bot_marg local in function:RevScroll 1266 int scrollheight = (screen->bot_marg local in function:InsertLine 1386 int scrollheight = i - n; local in function:DeleteLine [all...] |
| H A D | scrollbar.c | 404 int scrolltop, scrollheight, refreshtop; local in function:WindowScroll 411 scrollheight = screen->max_row - lines + 1; 416 refreshtop = scrollheight; 418 scrolling_copy_area(xw, scrolltop, scrollheight, -i); |
Completed in 6 milliseconds