Searched refs:newTopLine (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xterm/dist/
H A Dscrollbar.c572 int newTopLine; local in function:ScrollTextTo
580 newTopLine = thumbTop - screen->savedlines;
581 WindowScroll(xw, newTopLine, True);
598 int rowOnScreen, newTopLine; local in function:ScrollTextUpDownBy
607 newTopLine = ROW2INX(screen, rowOnScreen);
608 WindowScroll(xw, newTopLine, True);

Completed in 4 milliseconds