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

/xsrc/external/mit/xterm/dist/
H A Dscreen.c1611 int lastind; local in function:ScrnRefresh
1627 lastind = row;
1629 lastind = row - scrollamt;
1631 if (lastind < 0 || lastind > LastRowNumber(screen))
1634 TRACE2(("ScrnRefresh row=%d lastind=%d ->%d\n",
1635 row, lastind, ROW2INX(screen, lastind)));
1637 if ((ld = getLineData(screen, ROW2INX(screen, lastind))) == NULL
1643 ShowWrapMarks(xw, lastind, l
[all...]

Completed in 21 milliseconds